Skip to content

Commit 780ad85

Browse files
authored
Update hugo.yml
1 parent 3686ff1 commit 780ad85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
--minify \
6262
--baseURL "${{ steps.pages.outputs.base_url }}/"
6363
- name: Upload artifact
64-
uses: actions/upload-pages-artifact@v2
64+
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: ./docs/public
6767

@@ -75,4 +75,4 @@ jobs:
7575
steps:
7676
- name: Deploy to GitHub Pages
7777
id: deployment
78-
uses: actions/deploy-pages@v3
78+
uses: actions/deploy-pages@v3

0 commit comments

Comments
 (0)