Skip to content

Commit

Permalink
Merge branch 'master' into fix_poisson
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed Aug 6, 2024
2 parents 82aa0df + fa5f769 commit 10d8f42
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:

jobs:
build:
permissions:
contents: write
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
Expand All @@ -40,12 +42,12 @@ jobs:
env:
SPINN_DIRS: ${{ github.workspace }}/spinnaker_tools
- name: Doxygen
uses: mattnotmitt/[email protected].5
uses: mattnotmitt/[email protected].8
with:
doxyfile-path: ./Doxyfile
working-directory: .
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.6.1
with:
branch: gh-pages
folder: html

0 comments on commit 10d8f42

Please sign in to comment.