Skip to content

build and deploy with zola #13

build and deploy with zola

build and deploy with zola #13

Workflow file for this run

name: build and deploy with zola
on:
workflow_dispatch:
push:
branches:
- development
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/[email protected]
with:
submodules: "recursive"
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: build_and_deploy
uses: shalzz/[email protected]
env:
OUT_DIR: docs
TOKEN: ${{ secrets.GITHUB_TOKEN }}