Skip to content

Commit

Permalink
fix pandoc attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dengemann committed Jul 18, 2023
1 parent 0f06397 commit 7af2005
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
python -m pip install --user --upgrade --progress-bar off -r requirements.txt
python -m pip install --user --upgrade --progress-bar off -r doc/requirements.txt
python -m pip install --user --upgrade --progress-bar off ipython "https://api.github.com/repos/sphinx-gallery/sphinx-gallery/zipball/master" memory_profiler
python -m pip install --user --upgrade pandoc
python -m pip install --user -e .
# Look at what we have and fail early if there is some library conflict
- name: Check installation
run: |
which python
python -c "import coffeine"
python -c "import pandoc"
# Build docs
- name: Generate HTML docs
uses: rickstaa/sphinx-action@master
Expand All @@ -41,4 +43,4 @@ jobs:
- uses: actions/upload-artifact@v1
with:
name: Documentation
path: doc/build/html/
path: doc/build/html/

0 comments on commit 7af2005

Please sign in to comment.