Skip to content

Commit d51a230

Browse files
committed
CI: Disable PDF file generation ftm
1 parent 37ca7ee commit d51a230

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/ci_cd.yml

+14-14
Original file line numberDiff line numberDiff line change
@@ -238,20 +238,20 @@ jobs:
238238
# .venv\Scripts\Activate.ps1
239239
# python doc/print_errors.py
240240

241-
# Use environment variable to remove the doctree after the build of PDF pages
242-
- name: Build PDF documentation with examples
243-
env:
244-
SPHINXBUILD_KEEP_DOCTREEDIR: "0"
245-
run: |
246-
.venv\Scripts\Activate.ps1
247-
.\doc\make.bat pdf
248-
249-
- name: Upload PDF Documentation artifact
250-
uses: actions/upload-artifact@v3
251-
with:
252-
name: documentation-pdf
253-
path: doc/_build/latex/*.pdf
254-
retention-days: 7
241+
# # Use environment variable to remove the doctree after the build of PDF pages
242+
# - name: Build PDF documentation with examples
243+
# env:
244+
# SPHINXBUILD_KEEP_DOCTREEDIR: "0"
245+
# run: |
246+
# .venv\Scripts\Activate.ps1
247+
# .\doc\make.bat pdf
248+
249+
# - name: Upload PDF documentation with examples artifact
250+
# uses: actions/upload-artifact@v3
251+
# with:
252+
# name: documentation-pdf
253+
# path: doc/_build/latex/*.pdf
254+
# retention-days: 7
255255

256256
# # =================================================================================================
257257
# # vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv RUNNING ON SELF-HOSTED RUNNER vvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

0 commit comments

Comments
 (0)