Fix auto-gen script
This commit is contained in:
parent
89c2c8f41c
commit
9b95999980
2 changed files with 6 additions and 6 deletions
2
.github/workflows/auto-gen.yml
vendored
2
.github/workflows/auto-gen.yml
vendored
|
@ -28,6 +28,6 @@ jobs:
|
||||||
- run: git config --global user.name "readme-gen"
|
- run: git config --global user.name "readme-gen"
|
||||||
- run: git config --global user.email "<>"
|
- run: git config --global user.email "<>"
|
||||||
- run: python auto-gen.py
|
- run: python auto-gen.py
|
||||||
- run: git add README.md
|
- run: git add -A
|
||||||
- run: git commit -m "auto generate README.md" || echo "nothing to commit, working tree clean"; exit 0
|
- run: git commit -m "auto generate README.md" || echo "nothing to commit, working tree clean"; exit 0
|
||||||
- run: git push
|
- run: git push
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[../](..)
|
[../](..)
|
||||||
|
|
||||||
- [alg-pure-cala-config-21](https://parchlinux.github.io/ppr/x86_64/alg-pure-cala-config-21.12-1-any.pkg.tar.zst)
|
- [alg-pure-cala-config-21](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/alg-pure-cala-config-21.12-1-any.pkg.tar.zst)
|
||||||
- [parch-cala-config-1-2-any](https://parchlinux.github.io/ppr/x86_64/parch-cala-config-1-2-any.pkg.tar.zst)
|
- [parch-cala-config-1-2-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-cala-config-1-2-any.pkg.tar.zst)
|
||||||
- [parch-cala-config-1-2-any](https://parchlinux.github.io/ppr/x86_64/parch-cala-config-1-2-any.tar.zst)
|
- [parch-cala-config-1-2-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-cala-config-1-2-any.tar.zst)
|
||||||
- [parch-cinnamon-config-1-2-any](https://parchlinux.github.io/ppr/x86_64/parch-cinnamon-config-1-2-any.pkg.tar.zst)
|
- [parch-cinnamon-config-1-2-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-cinnamon-config-1-2-any.pkg.tar.zst)
|
||||||
- [parch-doas-config-1-1-any](https://parchlinux.github.io/ppr/x86_64/parch-doas-config-1-1-any.pkg.tar.zst)
|
- [parch-doas-config-1-1-any](https://raw.githubusercontent.com/parchlinux/ppr/main/x86_64/parch-doas-config-1-1-any.pkg.tar.zst)
|
||||||
|
|
Loading…
Add table
Reference in a new issue