.gitea/workflows/release.yml aktualisiert
Some checks failed
release / release (push) Failing after 3s
Some checks failed
release / release (push) Failing after 3s
This commit is contained in:
parent
c2a48edc7b
commit
9d3876ab4b
@ -30,4 +30,11 @@ jobs:
|
|||||||
if: steps.check.outputs.update_available == 1
|
if: steps.check.outputs.update_available == 1
|
||||||
run: |
|
run: |
|
||||||
export NEWEST_PAGEFIND_RELEASE=$(curl -s https://api.github.com/repos/CloudCannon/pagefind/releases | jq -r '.[0].name')
|
export NEWEST_PAGEFIND_RELEASE=$(curl -s https://api.github.com/repos/CloudCannon/pagefind/releases | jq -r '.[0].name')
|
||||||
curl -sL https://git.cantorgymnasium.de/api/packages/gcg/generic/hugo/$NEWEST_PAGEFIND_RELEASE/pagefind_extended --output /usr/local/bin/pagefind_extended
|
curl -sL https://git.cantorgymnasium.de/api/packages/gcg/generic/hugo/$NEWEST_PAGEFIND_RELEASE/pagefind_extended --output /usr/local/bin/pagefind_extended
|
||||||
|
|
||||||
|
- name: notification
|
||||||
|
uses: actions/telegram-action@main
|
||||||
|
if: always()
|
||||||
|
with:
|
||||||
|
chat_id: ${{ secrets.TG_CHAT_ID }}
|
||||||
|
token: ${{ secrets.TG_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user