Skip to content

Commit

Permalink
Try to build PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
reznikmm committed Sep 17, 2024
1 parent 74eddb4 commit 5f1adaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-latest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Sphinx Books

on: [workflow_dispatch]
on: [push]

defaults:
run:
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run Webpack & Sphinx production
run: make cleanall webpack-production sphinx-production
run: make cleanall webpack-production sphinx-production pdf_books
# - name: Run SPHINX content tests
# run: make -k HIDDEN_BOOKS=$HIDDEN_BOOKS HIDDEN_CONTENTS="" test_all_content
# - name: Build PDF books including build/runtime output
Expand Down Expand Up @@ -114,5 +114,6 @@ jobs:
url: ${{steps.deployment.outputs.page_url}}
steps:
- name: Deploy artifact
if: ${{ false }}
id: deployment
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion frontend/sphinx/conf_patch_ukr.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exclude_patterns += [
'about.rst',
'index.rst',
'./index.rst',
'**/README.md'
]

Expand Down

0 comments on commit 5f1adaa

Please sign in to comment.