Skip to content

ci(github): remove zola #78

ci(github): remove zola

ci(github): remove zola #78

Workflow file for this run

name: fetch webmentions
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 }}