home/.github/workflows/build-site.yml
user0x42 49abd0d1f8
Einige Prüfungen sind fehlgeschlagen
build and deploy / build (push) Has been cancelled
Update .github/workflows/build-site.yml
2025-02-27 05:23:09 +00:00

14 Zeilen
Kein EOL
356 B
YAML

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