parent
b961188c77
commit
5553c261be
1 changed files with 4 additions and 4 deletions
|
@ -3,14 +3,14 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.lgbt/actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: "https://git.lgbt/root/posspack.git"
|
repository: "root/posspack.git"
|
||||||
path: "pack"
|
path: "pack"
|
||||||
|
|
||||||
- uses: https://git.lgbt/actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: "https://git.lgbt/root/posspack.wiki.git"
|
repository: "root/posspack.wiki.git"
|
||||||
path: ".wiki"
|
path: ".wiki"
|
||||||
|
|
||||||
- run: python .forgejo/scripts/update-wiki.py
|
- run: python .forgejo/scripts/update-wiki.py
|
||||||
|
|
Loading…
Reference in a new issue