1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-17 10:08:43 -04:00

update dockerfile to Hugo v0.62.1 [skip ci]

This commit is contained in:
2020-01-05 22:18:11 -05:00
parent 88c25a4cc9
commit a642e7c077
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v2
with:
fetch-depth: 1
lfs: false
@@ -37,7 +37,7 @@ jobs:
run: yarn debug:hugo
- name: Build Hugo
run: yarn build:preview
- uses: actions/upload-artifact@master
- uses: actions/upload-artifact@v1
if: github.event_name == 'pull_request'
with:
name: public