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: |
|
||||
hugo \
|
||||
--minify \
|
||||
--cleanDestinationDirectory
|
||||
--cleanDestinationDir
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user