Skip to content

temp: make every second image show special #6

temp: make every second image show special

temp: make every second image show special #6

Workflow file for this run

name: Build Only
on:
push:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout main
uses: actions/checkout@v4
- name: Build only
uses: wykies/zola-deploy-action@master
env:
OUT_DIR: docs
BUILD_DIR: .
BUILD_ONLY: true
BUILD_FLAGS: --drafts
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}