Skip to content
Snippets Groups Projects
Unverified Commit 870a8629 authored by Mark Meredith's avatar Mark Meredith Committed by GitHub
Browse files

Merge pull request #11 from mwm126/mwm/spelling

Deploy to Github Pages
parents bb632cfd 323f337b
No related branches found
No related tags found
No related merge requests found
......@@ -6,13 +6,16 @@ on: push
jobs:
# Set the job key. The key is displayed as the job name
# when a job name is not provided
super-lint:
publish:
# Name the Job
name: Build Sphinx manual HTML target
# Set the type of machine to run on
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Doxygen
run: sudo apt install doxygen
......@@ -27,3 +30,12 @@ jobs:
env:
DEFAULT_BRANCH: main
GITLAB_TOKEN: ${{ secrets.GITLAB_TOKEN }}
- name: Deploy to GitHub Pages
if: success()
uses: crazy-max/ghaction-github-pages@v2
with:
target_branch: gh-pages
build_dir: public
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment