Skip to content

Commit

Permalink
Try to setup automatically documentation updater on the site.
Browse files Browse the repository at this point in the history
  • Loading branch information
m1maker committed Oct 26, 2024
1 parent 2945d93 commit 40aa118
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Telegram Notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,8 @@ jobs:
MESSAGE="New commit in NGT documentation! ${{ github.event.head_commit.message }}"
curl -X POST "https://api.telegram.org/bot$TELEGRAM_TOKEN/sendMessage" -d "chat_id=$CHANNEL_ID&text=$MESSAGE"
- name: UpdateDocs
run: |
curl -X GET https://ngtcode.dev/update_docs.php

0 comments on commit 40aa118

Please sign in to comment.