We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a228345 commit 650ac3eCopy full SHA for 650ac3e
1 file changed
.github/workflows/book.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
pip install -r requirements.txt
26
- sudo apt-get install -y poppler-utils
+ #sudo apt-get install -y poppler-utils
27
28
# Run data normalizer
29
- name: Run data normalizer
@@ -49,4 +49,4 @@ jobs:
49
uses: peaceiris/actions-gh-pages@v3.5.9
50
with:
51
github_token: ${{ secrets.GITHUB_TOKEN }}
52
- publish_dir: ./docs/_build/html
+ publish_dir: ./docs/_build/html
0 commit comments