Implementierung Fachbereichsseiten #305

Merged
Denys Konovalov merged 95 commits from feat/fachbereiche into main 2024-11-22 09:01:21 +01:00
Showing only changes of commit 66f83d6436 - Show all commits

@ -12,12 +12,11 @@ defaults:
jobs: jobs:
dev-build: dev-build:
if: gitea.repository == 'gcg/gcg-website' if: gitea.repository == 'gcg/gcg-website'
runs-on: ubuntu-latest runs-on: act-runner-user
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
- name: pull - name: pull
run: | run: |
git config --global --add safe.directory /opt/data/actions/gcg-website-dev
git pull git pull
git reset --hard origin/dev git reset --hard origin/dev
- name: build - name: build