Skip to content

Commit 88c72d8

Browse files
authored
fix: YAML syntax in mdbook workflow (quote run value) (#109)
* fix(pages): merge pr-* from gh-pages into deploy artifact so PR previews are served Made-with: Cursor * fix: quote run value to fix YAML syntax (exclamation in string) Made-with: Cursor
1 parent 09dd868 commit 88c72d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
- name: Confirm local act build
103103
if: ${{ env.ACT }}
104-
run: echo "Local act run: mdBook build completed; skipping upload."
104+
run: 'echo "Local act run: mdBook build completed; skipping upload."'
105105

106106
deploy:
107107
if: ${{ !env.ACT }}

0 commit comments

Comments
 (0)