mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 22:45:42 -06:00
Update docs.yml
This commit is contained in:
parent
cf8de84c5a
commit
ab4a0ec920
1 changed files with 8 additions and 2 deletions
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
|
@ -23,9 +23,15 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Compile site
|
- name: Compile site
|
||||||
run: hugo --source exampleSite --themesDir ../..
|
run: hugo --source exampleSite --themesDir ../.. -d docs
|
||||||
|
|
||||||
|
- name: Package
|
||||||
|
uses: actions/upload-pages-artifact@v1.0.4
|
||||||
|
with:
|
||||||
|
path: example/docs
|
||||||
|
|
||||||
- name: Deploy GitHub Pages site
|
- name: Deploy GitHub Pages site
|
||||||
uses: actions/deploy-pages@v1.0.10
|
uses: actions/deploy-pages@v1.0.10
|
||||||
with:
|
with:
|
||||||
artifact_name: docs
|
token: ${{ github.token }}
|
||||||
|
page_url: /docs
|
||||||
|
|
Loading…
Reference in a new issue