Skip to content

Commit

Permalink
Add support for /develop in docs site (#259)
Browse files Browse the repository at this point in the history
* feat: update action to build doc page in a folder

* test: see if it works without if clause

* test: change source for docs
  • Loading branch information
oreHGA authored Jun 16, 2024
1 parent 5bbca2b commit 21a09ab
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,9 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/_build/html

- name: Deploy Dev Docs
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: doc/_build/html
destination_dir: develop

0 comments on commit 21a09ab

Please sign in to comment.