Skip to content

Commit

Permalink
Update Hugo and GH actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sionescu committed Apr 14, 2024
1 parent 4c3914b commit 50ade29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages-deployment.yml
Expand Up @@ -19,16 +19,16 @@ jobs:
fetch-depth: 0

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.110.0'
hugo-version: '0.124.1'
extended: true

- name: Build
run: hugo -s docs --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
publish_dir: ./docs/public

0 comments on commit 50ade29

Please sign in to comment.