Commit 38c7dd5 1 parent 7d72fa8 commit 38c7dd5 Copy full SHA for 38c7dd5
File tree 1 file changed +9
-3
lines changed
1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,15 @@ jobs:
24
24
- name : Install Python dependencies
25
25
run : |
26
26
python -m pip install --upgrade pip
27
- pip install -r requirements.txt
27
+ pip install -e .
28
28
pip3 install docutils jinja2 pygments
29
29
- name : Clone documentation generator
30
30
working-directory : ${{ env.project-directory }}
31
31
run : |
32
32
git clone https://github.com/mosra/m.css.git
33
+ - name : Download JSON_data_files_validator
34
+ run : |
35
+ lbaf-vt-data-files-validator-loader
33
36
- name : Build documentation
34
37
working-directory : ${{ env.docs-generator }}
35
38
run : |
43
46
- name : Deploy docs
44
47
uses : JamesIves/github-pages-deploy-action@v4
45
48
with :
46
- branch : deploy-doc-site
49
+ token : ${{ secrets.GH_PAT }}
50
+ branch : master
51
+ repository-name : DARMA-tasking/DARMA-tasking.github.io
52
+ target-folder : lbaf_docs
47
53
folder : ${{ env.docs-output }}
48
- clean : true
54
+ clean : true
You can’t perform that action at this time.
0 commit comments