mirror of
https://github.com/LukeHagar/jims-blog.git
synced 2025-12-06 04:20:07 +00:00
Setting wd
This commit is contained in:
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user