Skip to content

Add Github Pages publish workflow #1

Add Github Pages publish workflow

Add Github Pages publish workflow #1

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: shalzz/zola-deploy-action@v0.22.1
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAGES_BRANCH: gh-pages