Skip to content

Build and deploy GH Pages #23

Build and deploy GH Pages

Build and deploy GH Pages #23

Workflow file for this run

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