Skip to content

Commit

Permalink
changed report site generation dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-lirussi committed Jan 9, 2023
1 parent d811368 commit 52d5577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/LatexBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
git fetch --all
- name: Clone Pandoc dependency
run: |
git clone https://github.com/SmartDogHouse/pandoc-uikit.git
git clone https://github.com/igor-lirussi/pandoc-uikit
- name: Pandoc tex conversion
uses: docker://pandoc/latex:latest
with:
Expand All @@ -193,7 +193,7 @@ jobs:
git checkout gh-pages
git rm -rf .
git clean -fxd
git clone https://github.com/SmartDogHouse/pandoc-uikit.git
git clone https://github.com/igor-lirussi/pandoc-uikit
rm -rdf pandoc-uikit/.git*
git checkout main DrawIo
git checkout main Images
Expand Down

0 comments on commit 52d5577

Please sign in to comment.