Skip to content

Commit

Permalink
Add an missing backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
tarohi24 committed Apr 20, 2024
1 parent 590ae73 commit b69421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_slides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- run: |
docker run --rm -u root --init \
-v "$(pwd):/home/marp/app/" \
-e LANG="ja_JP.UTF-8"
-e LANG="ja_JP.UTF-8" \
-e MARP_USER="$(id -u):$(id -g)" \
marpteam/marp-cli \
${{ format('slides/{0}.md', env.CONFERENCE_LABEL) }} \
Expand Down

0 comments on commit b69421f

Please sign in to comment.