Skip to content

Commit

Permalink
Missing 'git' depndency, to work with git heh
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed committed Nov 21, 2023
1 parent 94109ba commit 439479e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
whoami
- name: Install pre-dependencies
run: |
pacman -Sy --noconfirm python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
pacman -Sy --noconfirm git python-pyparted python-simple-term-menu python-setuptools python-sphinx python-sphinx_rtd_theme python-build python-installer python-wheel
- name: Sphinx build
run: |
sphinx-build docs _build
Expand Down

0 comments on commit 439479e

Please sign in to comment.