Skip to content

Commit cb60d5c

Browse files
authored
Merge pull request #11 from hackthackathon/update-webpage
[metrics-ci] webpage auto-update
2 parents 0713880 + 542e794 commit cb60d5c

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
groups:
8+
actions:
9+
patterns:
10+
- "*"

.github/workflows/deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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

73
name: MyST GitHub Pages Deploy
84
on:

scripts/create_issues.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
repo = 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

1515
issues = issues.applymap(lambda x: x.strip())

0 commit comments

Comments
 (0)