Skip to content

Commit

Permalink
👷 Correction de l'installation des packages Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
emeric-martineau committed Mar 9, 2024
1 parent dcf5b60 commit a35b16d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
- name: Setup Pandoc and pdflatex
run: |
sudo apt-get update
sudo apt-get install -y pandoc pdflatext
sudo apt-get install -y pandoc texlive-latex-base texlive-fonts-recommended texlive-latex-extra
- name: Run script
run: ./generate.sh

- name: Copy index.md to gh-pages branch
run: |
git checkout gh-pages
git checkout -b gh-pages
git fetch
git rebase
cp gh-pages-index.md index.md
git add index.md
git commit -m "Add index.md to gh-pages"
Expand Down

0 comments on commit a35b16d

Please sign in to comment.