mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-02-02 03:22:33 -06:00
Update docs-gh-pages.yml
This commit is contained in:
parent
326984ea20
commit
56a811af58
1 changed files with 3 additions and 1 deletions
4
.github/workflows/docs-gh-pages.yml
vendored
4
.github/workflows/docs-gh-pages.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue