Skip to content

Commit

Permalink
ci: set default documentation branch as main
Browse files Browse the repository at this point in the history
Signed-off-by: M. Fatih Cırıt <[email protected]>
  • Loading branch information
M. Fatih Cırıt committed Apr 15, 2024
1 parent 36e8979 commit 3933cba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/documentation_generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
latest: ${{ github.event_name != 'pull_request_target' && github.ref_name == github.event.repository.default_branch }}
mkdocs-requirements-txt: mkdocs-requirements.txt

- name: Set main branch as default
run: mike set-default main

0 comments on commit 3933cba

Please sign in to comment.