mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 21:05:29 -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:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
uses: peaceiris/actions-hugo@v0.57.2
|
uses: peaceiris/actions-hugo@v0.56.3
|
||||||
with:
|
with:
|
||||||
args: --debug -v
|
args: -b "/" -v --debug
|
||||||
- name: test artifact
|
- name: test artifact
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user