diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d1b3880c..47c8d7fb 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -6,9 +6,9 @@ name: Build-sphinx-docs on: # Triggers the workflow on push or pull request events but only for the main branch push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -37,6 +37,7 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt + # The workflow will create the files shown below and then shortly after, import them into GitHub pages. - name: Build HTML run: | cd docs/