Skip to content

Merge pull request #35 from ukaea/dev-vera-br-issue34 #39

Merge pull request #35 from ukaea/dev-vera-br-issue34

Merge pull request #35 from ukaea/dev-vera-br-issue34 #39

Workflow file for this run

name: docs
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
run: pip install ford
- name: Build Documentation
run: ford ford-docs.md
- uses: JamesIves/github-pages-deploy-action@v4
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: doc/ford
CLEAN: true