Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwagner84 committed Apr 2, 2024
1 parent 7830bf8 commit 56bdbc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,10 @@ jobs:
extended: true
- run: make docs
- name: gh-pages
if: ${{ github.ref == 'refs/heads/main' }}
uses: peaceiris/actions-gh-pages@v3
if: ${{ github.ref == 'refs/heads/main' }}
permissions:
contents: write
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: target/docs
Expand Down

0 comments on commit 56bdbc7

Please sign in to comment.