home/.github/workflows/build-site.yml
user0x42 3df9b36782
Einige Prüfungen sind fehlgeschlagen
build and deploy / build (push) Failing after 27s
Update .github/workflows/build-site.yml
Signed-off-by: user0x42 <dev@u42.dev>
2025-02-27 05:32:09 +00:00

14 Zeilen
Kein EOL
349 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: github.com/shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: web
TOKEN: ${{ secrets.GITHUB_TOKEN }}