We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70627ed commit 3f2d331Copy full SHA for 3f2d331
.github/workflows/build-and-deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Setup Hugo
41
- uses: peaceiris/actions-hugo@v2
+ uses: peaceiris/actions-hugo@v3
42
with:
43
hugo-version: 'latest'
44
extended: true
@@ -59,7 +59,7 @@ jobs:
59
git checkout .
60
61
- name: Deploy site
62
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
63
if: ${{ github.event_name == 'pull_request'}}
64
65
name: html
0 commit comments