Fix the upload-artifact step looking for ".public" instead of "public"
This commit is contained in:
parent
fcffba5e6d
commit
ea4887b4c8
2
.github/workflows/Jafner.dev_hugo.yaml
vendored
2
.github/workflows/Jafner.dev_hugo.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
path: 'sites/Jafner.dev/.public'
|
||||
path: 'sites/Jafner.dev/public'
|
||||
|
||||
deploy:
|
||||
environment:
|
||||
|
Loading…
Reference in New Issue
Block a user