Skip to content

updated config to modern zola #23

updated config to modern zola

updated config to modern zola #23

Workflow file for this run

on:
push:
branches:
- main
pull_request:
jobs:
build_and_deploy:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: "Checkout"
uses: actions/checkout@main
- name: "Build and deploy"
uses: shalzz/zola-deploy-action@main
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: .
TOKEN: ${{ secrets.GITHUB_TOKEN }}