mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-21 08:01:52 +02: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
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --source exampleSite --themesDir ../.. -d ../_site
|
run: hugo --source exampleSite --themesDir ../.. -d docs
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-pages-artifact@v1
|
uses: actions/upload-pages-artifact@v1
|
||||||
|
with:
|
||||||
|
path: ./exampleSite/docs
|
||||||
|
|
||||||
# Deployment job
|
# Deployment job
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Reference in a new issue