Skip to content

Commit

Permalink
Merge pull request #9 from XanderXAJ/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/configure-pages-5

Bump actions/configure-pages from 4 to 5
  • Loading branch information
XanderXAJ authored Apr 1, 2024
2 parents 620b282 + 4b4c5e8 commit f818ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Build app with GitHub Pages base
run: npm run build -- --base /${{ github.event.repository.name }}
- name: Configure Pages (if this fails, set Pages source to GitHub Actions in repo settings)
uses: actions/configure-pages@v4
uses: actions/configure-pages@v5
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit f818ff3

Please sign in to comment.