posspack/.forgejo/workflows/update-wiki.yaml

17 lines
349 B
YAML
Raw Normal View History

2024-07-27 14:18:02 +02:00
on: [push]
jobs:
test:
2024-07-27 14:23:23 +02:00
runs-on: ubuntu-latest
2024-07-27 14:18:02 +02:00
steps:
2024-07-27 14:32:14 +02:00
- uses: actions/checkout@v3
2024-07-27 14:31:45 +02:00
with:
2024-07-27 14:32:14 +02:00
repository: "root/posspack.git"
2024-07-27 14:31:45 +02:00
path: "pack"
2024-07-27 14:32:14 +02:00
- uses: actions/checkout@v3
2024-07-27 14:31:45 +02:00
with:
2024-07-27 14:32:14 +02:00
repository: "root/posspack.wiki.git"
2024-07-27 14:31:45 +02:00
path: ".wiki"
2024-07-27 14:28:16 +02:00
- run: python .forgejo/scripts/update-wiki.py