Update .github/workflows/main.yml
Build and Publish Artifact / build (push) Failing after 8s
Details
Build and Publish Artifact / build (push) Failing after 8s
Details
This commit is contained in:
parent
02f4bc5069
commit
7984d188b5
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and Publish Artifact
|
||||
name: Build and Publish Artifact
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -16,8 +16,7 @@ jobs:
|
|||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
hugo-version: '0.122.0'
|
||||
extended: true
|
||||
hugo-version: '0.79.1'
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
|
|
|
|||
Loading…
Reference in New Issue