Skip to content

Commit

Permalink
[Tool] remove tex/dot conversion from workflows (#136)
Browse files Browse the repository at this point in the history
* [Tool] remove tex/dot conversion from workflows 

fixes #127
see #135

* Update slides.yaml
  • Loading branch information
cagix committed Jun 29, 2023
1 parent fe24fd7 commit 3cccb66
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
- uses: cagix/pandoc-lecture@master
with:
hugo: 'true'
texlive: 'true'
graphviz: 'true'
- run: make web_zip

- uses: peaceiris/actions-gh-pages@v3
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/slides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
- uses: cagix/pandoc-lecture@master
with:
texlive: 'true'
graphviz: 'true'
- run: make slides

- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 3cccb66

Please sign in to comment.