Skip to content

Update site deployment behaviour in CONTRIBUTING.md #110

Update site deployment behaviour in CONTRIBUTING.md

Update site deployment behaviour in CONTRIBUTING.md #110

on:
push:
branches: main
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: checkout
uses: actions/checkout@v2
- name: build_and_deploy
uses: shalzz/zola-deploy-action@master
env:
# Target branch
PAGES_BRANCH: gh-pages
# Provide personal access token
TOKEN: ${{ secrets.TOKEN }}