Skip to content

Commit 13a79e3

Browse files
update yaml
1 parent fce9653 commit 13a79e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/hugo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
uses: actions/upload-pages-artifact@v3
6565
with:
6666
path: ./public
67+
name: github-pages
6768

6869
# Deployment job
6970
deploy:
@@ -76,3 +77,5 @@ jobs:
7677
- name: Deploy to GitHub Pages
7778
id: deployment
7879
uses: actions/deploy-pages@v3
80+
with:
81+
artifact_name: github-pages

0 commit comments

Comments
 (0)