Skip to content

Commit b1c7bd2

Browse files
Fix "bad substitution error"
1 parent e13536a commit b1c7bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
3737
- name: Build and Deploy
3838
run:
39-
${poetry env info --path -C ${{ github.workspace }}/tsumugi-python}/bin/mkdocs gh-deploy --force
39+
$(poetry env info --path -C ${{ github.workspace }}/tsumugi-python)/bin/mkdocs gh-deploy --force

0 commit comments

Comments
 (0)