tst_pages/_forgejo/workflows/publish.yaml
Jean-Marie Mineau 2c660d0958
wip
2024-03-13 13:12:31 +01:00

16 lines
411 B
YAML

on: [push]
jobs:
test_checkout:
runs-on: docker
container:
image: rust:slim-bookworm
steps:
- run: apt-get update -y && apt-get install -y nodejs
- run: cargo install trunk
- uses: https://code.forgejo.org/actions/checkout@v3
- run: |
trunk build --release --public-url '.'
cd dist
git init
git remote add origin $GITHUB_TOKEN