Skip to content

Commit

Permalink
chore: fix docs deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
akonarski-ds committed Oct 11, 2024
1 parent c3d4c22 commit 78d4001
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Deploy documentation

on:
release:
branches: [main]
workflow_dispatch:
# release:
# branches: [main]
# workflow_dispatch:
push:
branches: [chore/fix_docs_deployment_2]

jobs:
deploy:
Expand All @@ -21,7 +23,7 @@ jobs:
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: 3.10
python-version: "3.10"
- name: Cache Dependencies
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 78d4001

Please sign in to comment.