Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Futaba-Kosuke committed Jul 25, 2023
1 parent 326aefd commit cb80c38
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Setup Permission
run: chmod -R 777 $(pwd)

- name: TEST
run: cat config.json | jq -r .[0].directory

- name: Build Marp git-tutorial PDF
run: docker run --rm -u root --init -v "$(pwd):/home/marp/app/"
-e LANG="ja_JP.UTF-8" marpteam/marp-cli $(cat config.json | jq -r .[0].directory)/slide.md
Expand Down

0 comments on commit cb80c38

Please sign in to comment.