mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 08:55:32 -04:00
Update deploy.yml
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -11,9 +11,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Build Hugo site
|
||||
uses: peaceiris/actions-hugo@v0.57.2
|
||||
uses: peaceiris/actions-hugo@v0.56.3
|
||||
with:
|
||||
args: --debug -v
|
||||
args: -b "/" -v --debug
|
||||
- name: test artifact
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
|
Reference in New Issue
Block a user