Update module github.com/hugomods/icons/vendors/mdi to v0.3.6 #270

Merged
Renovate Bot (Automatisiert) merged 2 commits from renovate/github.com-hugomods-icons-vendors-mdi-0.x into master 2024-07-05 22:03:28 +02:00
Showing only changes of commit 999145cfb4 - Show all commits

@ -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 }}