mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Update pages.yml
This commit is contained in:
parent
36dc5809b8
commit
b3ee7159f2
1 changed files with 1 additions and 3 deletions
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
|
@ -50,9 +50,7 @@ jobs:
|
|||
HUGO_ENV: production
|
||||
run: |
|
||||
hugo \
|
||||
--minify \
|
||||
-s exampleSite \
|
||||
--themesDir ../.. \
|
||||
--minify -s exampleSite --themesDir ../.. \
|
||||
--baseURL "${{ steps.pages.outputs.base_url }}/"
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v1
|
||||
|
|
Loading…
Reference in a new issue