home/.github/workflows/build-site.yml
user0x42 8a8d1bd496
Einige Prüfungen sind fehlgeschlagen
build and deploy / build (push) Failing after 28s
Update .github/workflows/build-site.yml
2025-02-27 05:33:56 +00:00

14 Zeilen
Kein EOL
357 B
YAML

on: push
name: build and deploy
jobs:
build:
runs-on: docker
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: https://github.com/shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: web
TOKEN: ${{ secrets.GITHUB_TOKEN }}