Skip to content

Commit 87d975b

Browse files
committed
Rename book to documentation
1 parent 9c60a2f commit 87d975b

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
with:
1414
auto-update-conda: true
1515
python-version: "3.12"
16-
environment-file: book/environment.yml
16+
environment-file: documentation/environment.yml
1717
auto-activate-base: false
1818
- name: Install Jupyterbook
1919
shell: bash -l {0}
2020
run: |
21-
cp book/_config.yml .
22-
cp book/_toc.yml .
23-
cp book/*.md .
21+
cp documentation/_config.yml .
22+
cp documentation/_toc.yml .
23+
cp documentation/*.md .
2424
jupyter-book build . --path-output public
2525
- run: mv public/_build/html public_html
2626
- run: touch public_html/.nojekyll

.github/workflows/pipeline.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,14 @@ jobs:
115115
with:
116116
auto-update-conda: true
117117
python-version: "3.12"
118-
environment-file: book/environment.yml
118+
environment-file: documentation/environment.yml
119119
auto-activate-base: false
120120
- name: Install Jupyterbook
121121
shell: bash -l {0}
122122
run: |
123-
cp book/_config.yml .
124-
cp book/_toc.yml .
125-
cp book/*.md .
123+
cp documentation/_config.yml .
124+
cp documentation/_toc.yml .
125+
cp documentation/*.md .
126126
jupyter-book build . --path-output public
127127
- run: mv public/_build/html public_html
128128
- run: touch public_html/.nojekyll

book/_toc.yml renamed to documentation/_toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
format: jb-book
1+
format: jb-documentation
22
root: README
33
chapters:
44
- file: intro.md
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- jupyter-book
4+
- jupyter-documentation
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)