Skip to content

Commit

Permalink
Merge pull request #42 from svenfeld/update_dependencies
Browse files Browse the repository at this point in the history
Update build_hugo.yml
  • Loading branch information
schlichtig authored May 29, 2024
2 parents 8d44b72 + 9f9106d commit bf6dc99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true # Fetch Hugo themes (true OR recursive)
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.91.2'
# extended: true
Expand All @@ -26,7 +26,7 @@ jobs:
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.HUGO_TOKEN }}
external_repository: eclipse-cognicrypt/cognicrypt-website
Expand Down

0 comments on commit bf6dc99

Please sign in to comment.