Skip to content

Commit

Permalink
need sudo to apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe authored Nov 18, 2024
1 parent ea661a0 commit 2066809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
- name: generate markdown files
working-directory: ./man
run: |
apt update
apt install pandoc perl
sudo apt update
sudo apt install -y pandoc
bash ./scripts/generate_online_documentation.sh
- name: Setup Pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 2066809

Please # to comment.