Update docs-gh-pages.yml

This commit is contained in:
Nuno Coração 2022-09-11 20:33:37 +01:00 committed by GitHub
parent 326984ea20
commit 56a811af58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,10 +34,12 @@ jobs:
uses: actions/checkout@v3
- name: Build
run: hugo --source exampleSite --themesDir ../.. -d ../_site
run: hugo --source exampleSite --themesDir ../.. -d docs
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
path: ./exampleSite/docs
# Deployment job
deploy: