Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/david-lippert/fire
Browse files Browse the repository at this point in the history
  • Loading branch information
david-lippert committed May 21, 2024
2 parents ffad8c6 + 87fad2e commit 1f75f4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
# folder has been modified.
#
paths:
- example-book/**
- fire-101/**

jobs:
deploy-book:
Expand Down Expand Up @@ -45,13 +45,13 @@ jobs:
# Save the book's HTML contents to the _build directory
- name: Build the book
run: |
jupyter-book build example-book/
jupyter-book build fire-101/
# Upload the book's HTML as an artifact
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: "example-book/_build/html"
path: "fire-101/_build/html"

# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
Expand Down

0 comments on commit 1f75f4f

Please sign in to comment.