Update docs-gh-pages.yml

This commit is contained in:
Nuno Coração
2022-09-11 20:55:34 +01:00
committed by GitHub
parent 533075192d
commit 6ef18e5119

View File

@@ -25,11 +25,11 @@ jobs:
- name: Build
working-directory: ./exampleSite
run: hugo --minify --themesDir ../.. --buildDrafts --baseURL https://nunocoracao.github.io/blowfish/
run: hugo --minify --themesDir ../.. --baseURL https://nunocoracao.github.io/blowfish/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/stable' }}
if: ${{ github.ref == 'refs/heads/main' }}
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages