File tree Expand file tree Collapse file tree 7 files changed +19
-14
lines changed Expand file tree Collapse file tree 7 files changed +19
-14
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,16 @@ jobs:
11
11
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12
12
with :
13
13
base_url : ' '
14
+ path_to_notebooks : ' portal'
14
15
15
16
deploy :
16
17
needs : build
17
18
uses : ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
19
+ with :
20
+ publish_dir : ' portal/_build/html'
18
21
19
22
link-check :
20
23
if : ${{ github.repository_owner == 'ProjectPythia' }}
21
24
uses : ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
25
+ with :
26
+ path_to_source : ' portal'
Original file line number Diff line number Diff line change 12
12
uses : ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
13
13
with :
14
14
base_url : ' '
15
+ path_to_notebooks : ' portal'
15
16
16
17
deploy :
17
18
needs : build
18
19
uses : ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
20
+ with :
21
+ publish_dir : ' portal/_build/html'
Original file line number Diff line number Diff line change 5
5
jobs :
6
6
link-check :
7
7
uses : ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
8
+ with :
9
+ path_to_source : ' portal'
Original file line number Diff line number Diff line change 18
18
artifact_name : book-zip-${{ needs.find-pull-request.outputs.number }}
19
19
destination_dir : _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
20
20
is_preview : " true"
21
+ publish_dir : " portal/_build/html"
21
22
22
23
preview-comment :
23
24
needs : find-pull-request
Original file line number Diff line number Diff line change 8
8
with :
9
9
artifact_name : book-zip-${{ github.event.number }}
10
10
base_url : ' /_preview/${{ github.event.number }}'
11
+ path_to_notebooks : ' portal'
11
12
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
Original file line number Diff line number Diff line change @@ -4,26 +4,19 @@ extends:
4
4
- https://raw.githubusercontent.com/projectpythia/pythia-config/main/pythia.yml
5
5
project :
6
6
id : 770e49e5-344a-4c46-adaa-3afb060b2085
7
- # title:
8
- # description:
9
- keywords : []
10
- authors : []
7
+ authors : Project Pythia Community
11
8
github : https://github.com/projectpythia/projectpythia.github.io
12
- # bibliography: []
13
9
14
10
toc :
15
- - file : portal/ index.md
16
- - file : portal/ about.md
11
+ - file : index.md
12
+ - file : about.md
17
13
- title : Blog
18
14
children :
19
- - pattern : portal/ posts/*.md
20
- - file : portal/ contributing.md
21
- - file : portal/ cookbook-guide.md
22
- - file : portal/ metrics.md
15
+ - pattern : posts/*.md
16
+ - file : contributing.md
17
+ - file : cookbook-guide.md
18
+ - file : metrics.md
23
19
site :
24
- actions :
25
- - title : Learn More
26
- url : https://mystmd.org/guide
27
20
domains : []
28
21
options :
29
22
style : style.css
File renamed without changes.
You can’t perform that action at this time.
0 commit comments