[cicd] add forgejo action for build
Some checks failed
/ build-link (push) Successful in 42s
/ render-links (push) Failing after 0s
/ deploy (push) Failing after 20s

This commit is contained in:
SouthFox 2024-05-14 23:17:11 +08:00
parent 1b2a137089
commit 082d7b577c

View file

@ -0,0 +1,21 @@
on: [push]
jobs:
build-link:
runs-on: docker
steps:
- uses: actions/checkout@v3
- run: bash fix.sh
render-links:
container:
image: python:3.10.6
commands:
- pip install beautifulsoup4 lxml
- python soup.py
deploy:
runs-on: docker
steps:
- run: npm install -g wrangler
- run: npx wrangler pages deploy public --project-name garden --commit-dirty=true