Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add github action to build docs for testing purposes #41

Merged
merged 9 commits into from
Nov 22, 2023
Prev Previous commit
Next Next commit
Use sudo to install pandoc
Signed-off-by: Johannes Mueller <johannes.mueller4@de.bosch.com>
  • Loading branch information
johannes-mueller committed Nov 22, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 7f2f84e0953476298e65fb2d39ef882e77b39800
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -27,6 +27,6 @@ jobs:
python -m pip install --upgrade pip
pip install -U setuptools setuptools_scm wheel
pip install -e .[all,docs]
apt-get install pandoc
sudo apt-get install pandoc
- name: Build docs
run: sphinx-build -b html docs _build/html