Skip to content

Commit

Permalink
Update actions/configure-pages action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Pante committed Jul 31, 2024
1 parent c2d5c36 commit 52fa5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/configure-pages@v4
- uses: actions/configure-pages@v5

- run: pnpm install
- run: NEXT_PUBLIC_DEMO_URL=${{ vars.DEMO_URL }} pnpm run export
Expand Down

0 comments on commit 52fa5d4

Please sign in to comment.