Update .github/workflows/main.yml
This commit is contained in:
parent
a2e9626320
commit
02f4bc5069
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and Publish Artifact
|
||||
name: Build and Publish Artifact
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -13,9 +13,6 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup go
|
||||
uses: actions/setup-go@v5
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue