corrected wrong argument-flag in github action
This commit is contained in:
2
.github/workflows/hugo.yaml
vendored
2
.github/workflows/hugo.yaml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
hugo \
|
hugo \
|
||||||
--minify \
|
--minify \
|
||||||
--cleanDestinationDirectory
|
--cleanDestinationDir
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v3
|
uses: actions/upload-pages-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user