Setting wd

This commit is contained in:
Jim Bennett
2022-08-25 02:32:25 +00:00
parent 89eb0db5c0
commit 8a15e1a9da

View File

@@ -22,9 +22,11 @@ jobs:
# extended: true # extended: true
- name: Build - name: Build
working-directory: ./blog
run: hugo --minify run: hugo --minify
- name: Deploy - name: Deploy
working-directory: ./blog
uses: peaceiris/actions-gh-pages@v3 uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main' if: github.ref == 'refs/heads/main'
with: with: