Skip to content

Commit ede1ceb

Browse files
committed
Add technical documentation
1 parent 419a142 commit ede1ceb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/.workflow/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21-
- name: Install dependencies
21+
- name: Install Jupyter Book
2222
run: pip install jupyter-book
2323

24-
- name: Build the book
24+
- name: Build book
2525
run: jupyter-book build .
2626

27-
- name: Deploy to GitHub Pages
27+
- name: Deploy
2828
uses: peaceiris/actions-gh-pages@v3
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
31-
publish_dir: ./_build/html
31+
publish_dir: ./_build/html

0 commit comments

Comments
 (0)