mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-23 06:55:43 -06:00
Merge branch 'main' of https://github.com/nunocoracao/blowfish
This commit is contained in:
commit
947fd31c77
1 changed files with 1 additions and 3 deletions
4
.github/workflows/docs-gh-pages.yml
vendored
4
.github/workflows/docs-gh-pages.yml
vendored
|
@ -24,12 +24,10 @@ jobs:
|
|||
hugo-version: "latest"
|
||||
|
||||
- name: Build
|
||||
working-directory: ./exampleSite
|
||||
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/
|
||||
run: cd exampleSite && hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/
|
||||
|
||||
- name: Deploy
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
if: ${{ github.ref == 'refs/heads/main' }}
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
publish_branch: gh-pages
|
||||
|
|
Loading…
Reference in a new issue