Skip to content

Commit 650ac3e

Browse files
debug installation
1 parent a228345 commit 650ac3e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install dependencies
2424
run: |
2525
pip install -r requirements.txt
26-
sudo apt-get install -y poppler-utils
26+
#sudo apt-get install -y poppler-utils
2727
2828
# Run data normalizer
2929
- name: Run data normalizer
@@ -49,4 +49,4 @@ jobs:
4949
uses: peaceiris/actions-gh-pages@v3.5.9
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
52-
publish_dir: ./docs/_build/html
52+
publish_dir: ./docs/_build/html

0 commit comments

Comments
 (0)