Skip to content

Commit

Permalink
fix: pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Bovolato committed Mar 29, 2024
1 parent 5c5b8e4 commit 1be7511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
- uses: actions/checkout@v4
- uses: ./.github/actions/base
- run: pnpm build --filter docs
- uses: actions/upload-pages-artifact@v1
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: packages/docs/build
- uses: actions/deploy-pages@v4

0 comments on commit 1be7511

Please sign in to comment.