home/.github/workflows/build-site.yml
user0x42 4040778ced
Alle Prüfungen waren erfolgreich
build and deploy / build (push) Successful in 6s
Update build-site.yml
2025-02-27 08:29:13 +01:00

15 Zeilen
398 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 }}
GITHUB_HOSTNAME: code.xsiz.eu