Skip to content

Commit

Permalink
Update docs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanAkkerman committed Nov 8, 2023
1 parent c70c4fe commit 5ec0455
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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/
Expand Down

0 comments on commit 5ec0455

Please sign in to comment.