Update .github/workflows/main.yml
Build and Publish Artifact / build (push) Has been cancelled Details

This commit is contained in:
the1mason 2024-02-07 14:44:49 +00:00
parent 6d4a106e6d
commit d76e6a8e5f
1 changed files with 5 additions and 0 deletions

View File

@ -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: