Skip to content

Remove depends target from build target dependencies #2

Remove depends target from build target dependencies

Remove depends target from build target dependencies #2

Workflow file for this run

name: Build site with Zola
on:
push:
#paths-ignore:
branches:
- public-zola
concurrency:
group: site-build-${{ github.ref_name }}
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Zola environment
uses: taiki-e/install-action@v2
with:
tool: zola
- name: Build site
run: make build