Skip to content

Commit

Permalink
fix: CD pipeline (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Mar 12, 2024
1 parent 7310555 commit 0e40145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- name: Install npm dependencies
run: yarn --immutable
- name: Run build script
run: yarn workspace site run
run: yarn workspace site build
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: packages/site/build
publish_dir: packages/site/public

0 comments on commit 0e40145

Please sign in to comment.