Update pages.yml

This commit is contained in:
Nuno Coração 2022-09-30 23:51:15 +01:00 committed by GitHub
parent 36dc5809b8
commit b3ee7159f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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