Einige Prüfungen sind fehlgeschlagen
build and deploy / build (push) Has been cancelled
14 Zeilen
Kein EOL
356 B
YAML
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 }} |