Skip to content

Commit 918c2fe

Browse files
authored
Merge pull request #199 from matplotlib/remove-cron-schedule
Don't deploy website every day
2 parents 0aa6a1f + 42480b9 commit 918c2fe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
push:
77
branches:
88
- main
9-
schedule:
10-
- cron: '0 9 * * *'
119

1210
jobs:
1311
deploy:
@@ -21,7 +19,7 @@ jobs:
2119
- name: Install Python
2220
uses: actions/setup-python@v5
2321
with:
24-
python-version: '3.x'
22+
python-version: "3.x"
2523

2624
- name: Install documentation requirements
2725
run: |

0 commit comments

Comments
 (0)