„.gitea/workflows/prod.yaml“ ändern

This commit is contained in:
Denys Konovalov 2023-03-18 14:58:36 +01:00
parent 6ed84e4632
commit 8df56e37b8

@ -3,10 +3,15 @@ name: hugo build
on:
push:
branches:
- master # Set a branch to deploy
- master
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
if: github.repository == 'gcg/gcg-website'
runs-on: act-runner-user
steps:
- name: clone