Skip to content

Commit

Permalink
docs: set main branch as dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Aug 16, 2024
1 parent 2d241b9 commit 06ad4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-quartodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: docs/_site
publish_branch: gh-pages
destination_dir: main
destination_dir: dev
- name: publish stable docs
if: github.ref_type == 'tag' && startswith(github.ref, 'refs/tags/v')
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 06ad4e5

Please sign in to comment.