Update .forgejo/workflows/deploy.yaml
Some checks failed
deploy blog / deploy (push) Failing after 0s
Some checks failed
deploy blog / deploy (push) Failing after 0s
Signed-off-by: xengi <cccb-git@xengi.de>
This commit is contained in:
parent
ead5a73a57
commit
94c189a794
1 changed files with 10 additions and 10 deletions
|
|
@ -15,17 +15,17 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
with:
|
||||
ref: forgejo.ref
|
||||
- uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: 'stable'
|
||||
- run: go version
|
||||
- run: go install github.com/gohugoio/hugo@latest
|
||||
|
||||
- uses: actions/setup-python@v6
|
||||
with:
|
||||
python-version-file: '.python-version'
|
||||
- run: python --version
|
||||
- run: pip install -r requirements.txt
|
||||
- name: Install dependencies
|
||||
run: apk --no-cache add hugo python3 py3-pip
|
||||
|
||||
- name: Check install
|
||||
run: |
|
||||
hugo version
|
||||
python --version
|
||||
|
||||
- name: Install Python depenndencies
|
||||
run: python -m pip install -r requirements.txt
|
||||
|
||||
- name: Render site
|
||||
run: ./build.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue