ADD: cert path
This commit is contained in:
@ -14,6 +14,8 @@ jobs:
|
|||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Check modules
|
- name: Check modules
|
||||||
run: |
|
run: |
|
||||||
|
export REQUESTS_CA_BUNDLE=/etc/ssl/cert.pem
|
||||||
|
export SSL_CERT_FILE=/etc/ssl/cert.pem
|
||||||
source /opt/psi/config/profile.bash
|
source /opt/psi/config/profile.bash
|
||||||
module load Python/3.9.10
|
module load Python/3.9.10
|
||||||
export COLUMNS=9000
|
export COLUMNS=9000
|
||||||
@ -23,21 +25,17 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
python3 pmodules_tools/pmodules_tools.py --deps-check
|
python3 pmodules_tools/pmodules_tools.py --deps-check
|
||||||
- name: Make pages
|
- name: Make pages
|
||||||
run: |
|
run: |
|
||||||
|
export REQUESTS_CA_BUNDLE=/etc/ssl/cert.pem
|
||||||
|
export SSL_CERT_FILE=/etc/ssl/cert.pem
|
||||||
|
source /opt/psi/config/profile.bash
|
||||||
|
module load Python/3.9.10 asciidoctor/2.0.23
|
||||||
|
source pm_tools_venv/bin/activate
|
||||||
mkdir public
|
mkdir public
|
||||||
python3 pmodules_tools/pmodules_tools.py --db-check
|
python3 pmodules_tools/pmodules_tools.py --db-check
|
||||||
|
|
||||||
# render all files in doc and its sub-directories with extension .adoc to HTML
|
# render all files in doc and its sub-directories with extension .adoc to HTML
|
||||||
>
|
asciidoctor -a data-uri -a reproducible -a icons=font -a source-highlighter=Pygments -a experimental -a stylesheet=./stylesheets/readthedocs.css -D public -R doc '**/*.adoc'
|
||||||
asciidoctor -a data-uri \
|
|
||||||
-a reproducible \
|
|
||||||
-a icons=font \
|
|
||||||
-a source-highlighter=Pygments \
|
|
||||||
-a experimental \
|
|
||||||
-a stylesheet=./stylesheets/readthedocs.css \
|
|
||||||
-D public \
|
|
||||||
-R doc '**/*.adoc'
|
|
||||||
>
|
|
||||||
|
|
||||||
- name: Configure Git
|
- name: Configure Git
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user