Skip to content

Commit

Permalink
fix: add extra step for pnpm_build to configure gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Jul 27, 2024
1 parent 5a6f961 commit 324d975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pnpm_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 324d975

Please sign in to comment.