1
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:
2019-08-22 08:23:39 -04:00
committed by GitHub
parent 0b1f3c39ae
commit 19e8c2dcb7

View File

@@ -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: