mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-19 23:55:32 -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:
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@master
|
||||||
- name: Build Hugo site
|
- name: Build Hugo site
|
||||||
uses: peaceiris/actions-hugo@v0.56.3
|
uses: peaceiris/actions-hugo@v0.56.3
|
||||||
with:
|
with:
|
||||||
args: -b "/" -v --debug
|
args: -b "/" --gc --cleanDestinationDir -v --debug
|
||||||
- name: test artifact
|
- name: Upload artifact for debugging
|
||||||
uses: actions/upload-artifact@master
|
uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: public
|
name: public
|
||||||
|
Reference in New Issue
Block a user