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:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user