Skip to content

Commit b18f1db

Browse files
committed
test: update main.yml
1 parent 020da24 commit b18f1db

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ jobs:
5151
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
5252
HUGO_ENVIRONMENT: deployment
5353
run: make all
54-
- name: Upload artifact
54+
- name: Upload static files as artifact
5555
if: github.event_name != 'pull_request'
56+
id: deployment
5657
uses: actions/upload-pages-artifact@v3
5758
with:
58-
path: ./public
59+
path: public
5960

6061
deploy:
6162
needs: build

0 commit comments

Comments
 (0)