Skip to content

Commit

Permalink
Remove GitHub Actions deprecation warnings. Implement work arounds for:
Browse files Browse the repository at this point in the history
  • Loading branch information
jyap808 committed Mar 31, 2024
1 parent b073329 commit 7801def
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@966dfad3859a5cfc80b6e36761b0b4c7b3dd5e0c
with:
hugo-version: 'latest'
# extended: true
Expand All @@ -27,7 +27,7 @@ jobs:
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@4eb285e828117bca26638192c3ed309c622e7bad
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 7801def

Please sign in to comment.