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
- name: Build
working-directory: ./blog
run: hugo --minify
- name: Deploy
working-directory: ./blog
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
with: