tools/github actions: build and push html/markdown exports after automatic metadata updates

- ref. https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/45
This commit is contained in:
nodiscc
2023-07-27 14:33:48 +02:00
parent 0f644ec89b
commit 7412b5ad24

View File

@@ -26,3 +26,6 @@ jobs:
git add software/ tags/ platforms/ licenses*.yml
git diff-index --quiet HEAD || git commit -m "[bot] update projects metadata"
git push
build:
uses: ./.github/workflows/build.yml
secrets: inherit