Skip to content

Commit

Permalink
Update ci-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhamel authored Oct 18, 2024
1 parent 9f1c8f4 commit 407fff6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ jobs:
cd docs
sphinx-apidoc -o source/ ../optimism -P
make html
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/build/html # Adjust this if your output directory is different
publish_branch: gh-pages # The branch to deploy to
- name: codecov
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 407fff6

Please sign in to comment.