Skip to content

Commit df027e5

Browse files
committed
Added CNAME file and cleaned up action workflow names
1 parent 4225341 commit df027e5

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/download-mp-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Download MicroPython Release
1+
name: Download MicroPython Release Binaries
22

33
on:
44
# Run manually from the Actions tab

.github/workflows/jekyll-gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
# Runs after new MicroPython release is downloaded
1010
workflow_run:
11-
workflows: ["Download MicroPython Release"]
11+
workflows: ["Download MicroPython Release Binaries"]
1212
types:
1313
- completed
1414

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mpeasy.org

0 commit comments

Comments
 (0)