Skip to content

Commit 2e4f4ca

Browse files
committed
clean up actions
1 parent ce054a0 commit 2e4f4ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
cp documentation/_toc.yml .
2323
cp documentation/*.md .
2424
jupyter-book build . --path-output public
25-
- run: mv public/_build/html public_html
26-
- run: touch public_html/.nojekyll
25+
mv public/_build/html public_html
26+
touch public_html/.nojekyll
2727
- name: Deploy 🚀
2828
uses: JamesIves/github-pages-deploy-action@3.7.1
2929
with:

.github/workflows/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ jobs:
124124
cp documentation/_toc.yml .
125125
cp documentation/*.md .
126126
jupyter-book build . --path-output public
127-
- run: mv public/_build/html public_html
128-
- run: touch public_html/.nojekyll
127+
mv public/_build/html public_html
128+
touch public_html/.nojekyll

0 commit comments

Comments
 (0)