Skip to content

Commit

Permalink
Rework CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mgielda authored Aug 31, 2023
1 parent 76b8355 commit c5a144f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3

- name: Build Project
uses: actions/setup-node@v3
with:
cmd: yarn && yarn build
- name: Build
run: yarn && yarn build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit c5a144f

Please sign in to comment.