Skip to content

Commit

Permalink
Use the makefile instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Mar 2, 2024
1 parent ca29ef4 commit 91a86cc
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ jobs:
# Build the book
- name: Build the book
run: |
jupyter-book build .
make upload
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-artifact@v4
with:
name: "github-pages"
path: "_build/html"
# # Upload the book's HTML as an artifact
# - name: Upload artifact
# uses: actions/upload-artifact@v4
# with:
# name: "github-pages"
# path: "_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
# # Deploy the book's HTML to GitHub Pages
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v4

0 comments on commit 91a86cc

Please sign in to comment.