Skip to content

Update for zola 0.19 (#57) #4

Update for zola 0.19 (#57)

Update for zola 0.19 (#57) #4

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/[email protected]
- name: build_and_deploy
uses: shalzz/[email protected]
env:
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}