mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 16:31:52 +01:00
Update docs.yml
This commit is contained in:
10
.github/workflows/docs.yml
vendored
10
.github/workflows/docs.yml
vendored
@@ -23,9 +23,15 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- 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
|
||||
uses: actions/deploy-pages@v1.0.10
|
||||
with:
|
||||
artifact_name: docs
|
||||
token: ${{ github.token }}
|
||||
page_url: /docs
|
||||
|
||||
Reference in New Issue
Block a user