Skip to content

Merge pull request #58 from mo-martinwilson/resolve-issue-54-control-… #330

Merge pull request #58 from mo-martinwilson/resolve-issue-54-control-…

Merge pull request #58 from mo-martinwilson/resolve-issue-54-control-… #330

Workflow file for this run

on: push
name: Build and deploy GH Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
uses: shalzz/[email protected]
env:
BUILD_DIR: docs
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}