mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 21:15:31 -04:00
Update deploy.yml
This commit is contained in:
7
.github/workflows/deploy.yml
vendored
7
.github/workflows/deploy.yml
vendored
@@ -9,12 +9,13 @@ jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@master
|
||||
- name: Build Hugo site
|
||||
uses: peaceiris/actions-hugo@v0.56.3
|
||||
with:
|
||||
args: -b "/" -v --debug
|
||||
- name: test artifact
|
||||
args: -b "/" --gc --cleanDestinationDir -v --debug
|
||||
- name: Upload artifact for debugging
|
||||
uses: actions/upload-artifact@master
|
||||
with:
|
||||
name: public
|
||||
|
Reference in New Issue
Block a user