Skip to content

feat: add post about git conditional config #61

feat: add post about git conditional config

feat: add post about git conditional config #61

Workflow file for this run

name: Zola on GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
name: Publish site
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Fetch webmentions
run: bash fetch-webmentions.sh
env:
WEBMENTIONS_KEY: ${{ secrets.WEBMENTIONSKEY }}
- name: Build and deploy
uses: shalzz/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}