We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce054a0 commit 2e4f4caCopy full SHA for 2e4f4ca
.github/workflows/deploy.yml
@@ -22,8 +22,8 @@ jobs:
22
cp documentation/_toc.yml .
23
cp documentation/*.md .
24
jupyter-book build . --path-output public
25
- - run: mv public/_build/html public_html
26
- - run: touch public_html/.nojekyll
+ mv public/_build/html public_html
+ touch public_html/.nojekyll
27
- name: Deploy 🚀
28
uses: JamesIves/github-pages-deploy-action@3.7.1
29
with:
.github/workflows/pipeline.yml
@@ -124,5 +124,5 @@ jobs:
124
125
126
127
128
0 commit comments