Skip to content

Commit 5531c7d

Browse files
committed
Remove the extra “Upload artifact” step that isn’t required
1 parent debacfd commit 5531c7d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/hugo.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,6 @@ jobs:
6161
uses: actions/upload-pages-artifact@v1
6262
with:
6363
path: ./public
64-
- name: Upload artifact
65-
uses: actions/upload-artifact@v4
66-
6764

6865
# Deployment job
6966
deploy:

0 commit comments

Comments
 (0)