We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419a142 commit ede1cebCopy full SHA for ede1ceb
.github/.workflow/deploy.yml
@@ -18,14 +18,14 @@ jobs:
18
steps:
19
- uses: actions/checkout@v3
20
21
- - name: Install dependencies
+ - name: Install Jupyter Book
22
run: pip install jupyter-book
23
24
- - name: Build the book
+ - name: Build book
25
run: jupyter-book build .
26
27
- - name: Deploy to GitHub Pages
+ - name: Deploy
28
uses: peaceiris/actions-gh-pages@v3
29
with:
30
github_token: ${{ secrets.GITHUB_TOKEN }}
31
- publish_dir: ./_build/html
+ publish_dir: ./_build/html
0 commit comments