Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pyiron
Potentials Workshop 2021
Commits
70850e8f
Commit
70850e8f
authored
Mar 09, 2021
by
Jan Janssen
Browse files
Update Jupyterbook Workflow
parent
42ae9fbb
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/deploy.yml
View file @
70850e8f
...
...
@@ -20,8 +20,11 @@ jobs:
environment-file
:
.ci_support/environment.yml
auto-activate-base
:
false
-
run
:
rm README.md CODE_OF_CONDUCT.md
-
run
:
pip install git+https://github.com/ExecutableBookProject/jupyter-book
-
run
:
jupyter-book build . --path-output public
-
name
:
Install Jupyterbook
shell
:
bash -l {0}
run
:
|
pip install git+https://github.com/ExecutableBookProject/jupyter-book
jupyter-book build . --path-output public
-
run
:
mv public/_build/html public_html
-
run
:
touch public_html/.nojekyll
-
name
:
Deploy 🚀
...
...
.github/workflows/
test
.yml
→
.github/workflows/
jupyterbook
.yml
View file @
70850e8f
name
:
Tests
name
:
Jupyterbook
on
:
pull_request
:
...
...
@@ -21,7 +21,10 @@ jobs:
environment-file
:
.ci_support/environment.yml
auto-activate-base
:
false
-
run
:
rm README.md CODE_OF_CONDUCT.md
-
run
:
pip install git+https://github.com/ExecutableBookProject/jupyter-book
-
run
:
jupyter-book build . --path-output public
-
name
:
Install Jupyterbook
shell
:
bash -l {0}
run
:
|
pip install git+https://github.com/ExecutableBookProject/jupyter-book
jupyter-book build . --path-output public
-
run
:
mv public/_build/html public_html
-
run
:
touch public_html/.nojekyll
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment