Skip to content

docs: Add reactions (#60) #14

docs: Add reactions (#60)

docs: Add reactions (#60) #14

Workflow file for this run

name: publish
# triggered on pushes to master branch
on:
push:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: clone
uses: actions/checkout@v2
- name: build
uses: wass3r/[email protected]
with:
zola_version: v0.14.0
- uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FOLDER: public
BRANCH: gh-pages