Update .github/workflows/main.yml
Build and Publish Artifact / build (push) Has been cancelled
Details
Build and Publish Artifact / build (push) Has been cancelled
Details
This commit is contained in:
parent
6d4a106e6d
commit
d76e6a8e5f
|
|
@ -13,6 +13,11 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: '^1.20' # Use the specific Go version you need
|
||||
|
||||
- name: Setup Hugo
|
||||
uses: peaceiris/actions-hugo@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in New Issue