.gitea/workflows/dev.yaml aktualisiert
All checks were successful
website-dev / dev-build (push) Successful in 22s

This commit is contained in:
Denys Konovalov 2023-12-20 18:30:15 +01:00
parent 39aa5297f6
commit 66f83d6436

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