Skip to content

Commit

Permalink
Try setup pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
rubengees committed Jan 7, 2024
1 parent 729e023 commit d943fbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- run: pnpm verify
- if: github.ref == 'refs/heads/main'
run: pnpm build
- if: github.ref == 'refs/heads/main'
name: Setup Pages
uses: actions/configure-pages@v4
- if: github.ref == 'refs/heads/main'
name: Upload page
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit d943fbb

Please sign in to comment.