Skip to content

This Month in Linebender, April 2025 (#105) #93

This Month in Linebender, April 2025 (#105)

This Month in Linebender, April 2025 (#105) #93

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- main
jobs:
build:
name: build-and-deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
# Also update in README.md and ./check.yml
uses: shalzz/zola-deploy-action@v0.20.0
env:
# Target branch
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}