Skip to content

Commit

Permalink
Build docs on pushes to master only
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Oct 31, 2024
1 parent 51ee020 commit ab85041
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Build and deploy documentation
on:
# Runs on pushes targeting the default branch
push:
branches: ["master", "prepare_release"]
branches: ["master"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -30,10 +30,10 @@ jobs:
# https://www.mkdocs.org
- name: Install MkDocs and its dependencies
run: >
python -m pip install
mkdocs
mkdocs-material
mkdocs-jupyter
python -m pip install
mkdocs
mkdocs-material
mkdocs-jupyter
mkdocstrings-python
# Build the static files
Expand Down

0 comments on commit ab85041

Please sign in to comment.