Skip to content

Commit

Permalink
env: action change
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnivin committed Oct 22, 2024
1 parent 7ba7f39 commit d9748c2
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 25 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-sldes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ jobs:
- name: Run Marp to generate HTML slides
run: |
cd talk
docker run --rm --init \
-v ${{ github.workspace }}:/home/marp/app \
-e LANG=${{ secrets.LANG }} \
-p 8080:8080 -p 37717:37717 \
marpteam/marp-cli:v3.2.0 --theme ngi-theme.css slides.md --html .
marpteam/marp-cli:v3.2.0 --theme talk/ngi-theme.css talk/slides.md --html .
- name: Commit and Push HTML slides to gh-pages
run: |
Expand Down
Loading

0 comments on commit d9748c2

Please sign in to comment.