parent
2e8391bddc
commit
9472f4f724
2 changed files with 5 additions and 2 deletions
3
.forgejo/scripts/update-wiki.py
Normal file
3
.forgejo/scripts/update-wiki.py
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/usr/bin/env python
|
||||||
|
|
||||||
|
print("test")
|
|
@ -1,6 +1,6 @@
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: apt install python && python .forgejo/scripts/update-wiki.py
|
||||||
|
|
Loading…
Reference in a new issue