Testing workflow
This commit is contained in:
parent
849ae10da8
commit
adcc72d70f
@ -7,8 +7,11 @@ jobs:
|
||||
generate_and_uplaod_site:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install Hugo
|
||||
run: sudo apt install -y hugo
|
||||
- name: Install Go
|
||||
run: sudo apt install -y go
|
||||
|
||||
- name: Preparing the Go compiler
|
||||
run: echo 'CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest'
|
||||
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user