gcg-website/.gitea/workflows/pull_request.yml
Denys Konovalov e577849978
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 11s
Website Prod/Test / Testumgebung (push) Successful in 7s
Website Pull Request / Pull-Request-Testbuild (pull_request) Successful in 23s
.gitea/workflows/pull_request.yml aktualisiert
2024-07-07 11:26:39 +02:00

23 lines
607 B
YAML

name: Website Pull Request
on:
pull_request:
jobs:
test-build-pr:
name: Pull-Request-Testbuild
if: gitea.repository == 'gcg/gcg-website'
runs-on: act-runner-user
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- name: Build
run: |
hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test
- name: Notification
uses: actions/telegram-action@main
if: always()
with:
chat_id: ${{ secrets.TG_CHAT_ID }}
token: ${{ secrets.TG_TOKEN }}