Skip to content

Commit 484a7cd

Browse files
committed
remove pdf and linkcheck
1 parent 051894a commit 484a7cd

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.github/workflows/ci_cd.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -585,10 +585,10 @@ jobs:
585585

586586
doc-build:
587587
name: Documentation
588-
runs-on: public-ubuntu-latest-16-cores
588+
runs-on: public-ubuntu-latest-8-cores
589589
container:
590590
image: ${{ needs.revn-variations.outputs.test_container }}
591-
options: --shm-size=2g --entrypoint /bin/bash
591+
options: --entrypoint /bin/bash
592592
needs: [style, doc-style, revn-variations, container-stability-check]
593593

594594
steps:
@@ -647,11 +647,6 @@ jobs:
647647
# Make html or pdf doc
648648
make_doc() {
649649
# $1 is the type of file we are creating (html or pdf)
650-
651-
# Need to unset PYMECHANICAL_PORT and PYMECHANICAL_START_INSTANCE when running code containing remote sessions
652-
unset PYMECHANICAL_PORT
653-
unset PYMECHANICAL_START_INSTANCE
654-
655650
output_file=doc_$1_output.txt
656651
if [ "${{ needs.container-stability-check.outputs.container_stable_exit }}" = "true" ]; then
657652
xvfb-run mechanical-env make -C doc $1
@@ -688,11 +683,11 @@ jobs:
688683
# Make the html doc & validate results
689684
make_doc html
690685
691-
# Make the pdf doc & validate results
692-
make_doc pdf
686+
# # Make the pdf doc & validate results
687+
# make_doc pdf
693688
694-
# Make the pdf doc & validate results
695-
make_doc linkcheck
689+
# # Make the pdf doc & validate results
690+
# make_doc linkcheck
696691
697692
- name: Upload HTML Documentation
698693
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)