Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bcotrim authored Jun 14, 2024
1 parent 94885b9 commit cefbfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
- name: Build
uses: actions/checkout@v2

- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v4
with:
cmd: install # will run `yarn install` command
- uses: borales/actions-yarn@v2.3.0
- uses: borales/actions-yarn@v4
with:
cmd: build # will run `yarn build` command
- name: Add .nojekyll file
Expand Down

0 comments on commit cefbfa2

Please sign in to comment.