gcg-website/.gitea/workflows/pull_request.yml
Denys Konovalov 545b4e1e30
All checks were successful
Website Prod/Test / Produktivumgebung (push) Successful in 14s
Website Prod/Test / Testumgebung (push) Successful in 9s
Website Pull Request / Pull-Request-Testbuild (pull_request) Successful in 44s
Remove Telegram notification from pull_request workflow
2025-03-08 15:49:58 +01:00

20 lines
469 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
with:
lfs: true
depth: 1
- name: Build
run: |
hugo --minify --gc --baseURL "https://test.cantorgymnasium.de/" --buildDrafts --buildFuture -d test