Skip to content

Commit 79cd2cc

Browse files
authored
Print MyST version while building in Actions (#40)
Print Myst version while building the website in GitHub Actions for future reference.
1 parent 291f8a1 commit 79cd2cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@ jobs:
2525
with:
2626
node-version: '20'
2727

28-
- name: Install Myst
28+
- name: Install MyST
2929
run: |
3030
npm install -g mystmd
3131
32+
- name: Print MyST version
33+
run: myst --version
34+
3235
- name: Build website as static HTML
3336
run: |
3437
echo "Building MyST website using BASE_URL=" $BASE_URL

0 commit comments

Comments
 (0)