Skip to content

Commit

Permalink
fix: fixes workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherferreira9 committed Oct 21, 2024
1 parent 67824d2 commit 184ef6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Install Yarn 3
run: yarn set version 3.5.1

- name: Install Dependencies
run: yarn --immutable

- name: Build All Static Example Projects
env:
IS_RELEASE: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.IS_RELEASE == 'true' || false }}
Expand Down

0 comments on commit 184ef6f

Please sign in to comment.