Skip to content

Add: error handler to new release kernel/program finalisers #15

Add: error handler to new release kernel/program finalisers

Add: error handler to new release kernel/program finalisers #15

name: Build FORD docs & deploy to gh-pages
on:
push:
branches:
- master
jobs:
build:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: python -m pip install --upgrade pip ford
- name: Checkout master
uses: actions/checkout@v1
- name: Build docs
run: ford ford.md
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: doc