mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Update docs-gh-pages.yml
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user