mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
task: let the pirates curse again on deploy
This commit is contained in:
parent
0c1586c25f
commit
bc1e48cfa6
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
|
# extended: true
|
||||||
|
|
||||||
- name: Build Site
|
- name: Build Site
|
||||||
run: hugo --minify --source exampleSite --destination ../public
|
run: hugo --minify --source exampleSite --destination ../public --baseURL https://mcshelby.github.io/hugo-theme-relearn/
|
||||||
|
|
||||||
- name: Deploy Site
|
- name: Deploy Site
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
|
Loading…
Reference in a new issue