mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
task: deploy with destination
This commit is contained in:
parent
d4ce0d97a6
commit
a7ed81d234
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-gh-pages.yaml
vendored
2
.github/workflows/deploy-gh-pages.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
# extended: true
|
||||
|
||||
- name: Build Site
|
||||
run: hugo --minify --source exampleSite
|
||||
run: hugo --minify --source exampleSite --destination ../public
|
||||
|
||||
- name: Deploy Site
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
|
|
Loading…
Reference in a new issue