parent
9472f4f724
commit
0628f63a6c
1 changed files with 3 additions and 1 deletions
|
@ -3,4 +3,6 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: apt install python && python .forgejo/scripts/update-wiki.py
|
||||
- run: apt update &&
|
||||
apt install python &&
|
||||
python .forgejo/scripts/update-wiki.py
|
||||
|
|
Loading…
Reference in a new issue