Skip to content

Commit

Permalink
Update actions in pages workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
frjo committed Dec 17, 2023
1 parent 4571437 commit d9392f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4

- name: Build
run: hugo --baseURL "${{ steps.pages.outputs.base_url }}/"
Expand All @@ -54,4 +54,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v3

0 comments on commit d9392f3

Please sign in to comment.