Skip to content

Commit

Permalink
use "main" not "master"
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceravel committed Oct 14, 2023
1 parent 8b86f03 commit 94fe0d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sphinx_docs_to_gh_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Sphinx docs to gh-pages
on:
push:
branches:
- master
- main

workflow_dispatch: # Un comment line if you also want to trigger action manually

Expand All @@ -26,7 +26,7 @@ jobs:
- name: Running the Sphinx to gh-pages Action
uses: uibcdf/action-sphinx-docs-to-gh-pages@v1.1.0
with:
branch: master
branch: main
dir_docs: docs
sphinxapiopts: '--separate -o . ../'
sphinxapiexclude: '../*setup* ../*.ipynb'
Expand Down

0 comments on commit 94fe0d6

Please sign in to comment.