File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed
Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : " github-actions"
4+ directory : " /"
5+ schedule :
6+ interval : " weekly"
7+ groups :
8+ actions :
9+ patterns :
10+ - " *"
Original file line number Diff line number Diff line change 11# This file was created automatically with `myst init --gh-pages` 🪄 💚
2- # GitHub Pages must be turned on for this action to work
3- # Navigate to Settings -> Pages for this repository
4- # Where `Source` should be set to `GitHub Actions`
5- # Then rerun this action
62
73name : MyST GitHub Pages Deploy
84on :
Original file line number Diff line number Diff line change 99repo = g .get_repo (os .environ ["REPO_NAME" ])
1010
1111# Read the issue list yaml as a pandas dataframe
12- with open ('organizers/checklist-issues.yaml ' , 'r' ) as f :
12+ with open ('organizers/checklist-issues.yml ' , 'r' ) as f :
1313 issues = pd .json_normalize (safe_load (f ))
1414
1515issues = issues .applymap (lambda x : x .strip ())
You can’t perform that action at this time.
0 commit comments