Skip to content

Commit

Permalink
try to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 22, 2024
1 parent 8f25dd7 commit 5e4c1c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,11 @@ jobs:

- name: Build documentation
run: opam exec -- make doc

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
publish_dir: _build/sphinx-docs
destination_dir: dev
enable_jekyll: true
github_token: ${{ secrets.GITHUB_TOKEN }}
26 changes: 0 additions & 26 deletions .github/workflows/deploy_doc.yml

This file was deleted.

0 comments on commit 5e4c1c4

Please sign in to comment.