Skip to content

Merge pull request #10 from msupply-foundation/Conforma-Docs-Update-A… #284

Merge pull request #10 from msupply-foundation/Conforma-Docs-Update-A…

Merge pull request #10 from msupply-foundation/Conforma-Docs-Update-A… #284

Workflow file for this run

# On every push this script is executed
on:
push:
branches:
- main
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@main
- name: shalzz/zola-deploy-action
uses: shalzz/zola-deploy-action@master
env:
PAGES_BRANCH: gh-pages
BUILD_DIR: ./
TOKEN: ${{ secrets.ZOLABUILDDOCS }}