Compare commits

...

2 Commits

Author SHA1 Message Date
999145cfb4 Merge branch 'master' into renovate/github.com-hugomods-icons-vendors-mdi-0.x
All checks were successful
Website Pull Request / test-build (pull_request) Successful in 24s
2024-07-05 22:02:53 +02:00
4df1ba91b1 .gitea/workflows/pull_request.yml hinzugefügt
All checks were successful
Website Prod/Test / prod-build (push) Successful in 10s
Website Prod/Test / test-build (push) Successful in 7s
2024-07-05 22:02:42 +02:00

@ -0,0 +1,21 @@
name: Website Pull Request
on:
pull_request:
jobs:
test-build:
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 }}