Skip to content

Commit

Permalink
again again
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 22, 2024
1 parent 5e4c1c4 commit 7fb9720
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

- name: Setup python
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Install dependencies
run: opam exec -- make doc-deps
Expand All @@ -36,7 +38,7 @@ jobs:
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _build/sphinx-docs
publish_dir: _build/sphinx_docs
destination_dir: dev
enable_jekyll: true
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 7fb9720

Please sign in to comment.