Skip to content

Commit

Permalink
[ci] publish dev branch to titanrobotics2022.com/docs/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanc8 committed Aug 6, 2024
1 parent 7d6723b commit bb9b883
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
path: build/html/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/dev'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build/html
publish_dir: build/html
destination_dir: dev

0 comments on commit bb9b883

Please sign in to comment.