Skip to content

Commit

Permalink
Publish documentation on push to master again (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
prehner authored Sep 12, 2024
1 parent 81451ce commit 27b26bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,18 @@ jobs:
with:
name: documentation
path: public

release-documentation:
needs: [build-documentation]
runs-on: ubuntu-latest
steps:
- name: Download artifacts
uses: actions/download-artifact@v4
with:
name: documentation
path: public
- name: Deploy documentation to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public

0 comments on commit 27b26bc

Please sign in to comment.