posspack/.forgejo/workflows/update-wiki.yaml
Ashley Graves 5553c261be
Some checks failed
/ test (push) Failing after 39s
test
2024-07-27 14:32:14 +02:00

16 lines
349 B
YAML

on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
repository: "root/posspack.git"
path: "pack"
- uses: actions/checkout@v3
with:
repository: "root/posspack.wiki.git"
path: ".wiki"
- run: python .forgejo/scripts/update-wiki.py