Compare commits
No commits in common. "999145cfb437fceefe7174c6d302acfd731ec9ef" and "e43e46ffcaf1377391e51e6abaec9e2370c540ef" have entirely different histories.
999145cfb4
...
e43e46ffca
@ -1,21 +0,0 @@
|
||||
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 }}
|
Loading…
x
Reference in New Issue
Block a user