This commit is contained in:
parent
701d10abbc
commit
3af58392f3
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@ jobs:
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install Go
|
||||||
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install -y golang-go
|
||||||
|
|
||||||
- name: Setup Hugo
|
- name: Setup Hugo
|
||||||
uses: https://github.com/peaceiris/actions-hugo@v2
|
uses: https://github.com/peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue