Skip to content

Commit

Permalink
Fix typo in gh_pages.yml (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
RHammond2 authored Dec 19, 2024
1 parent c8adece commit 099f8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build the book
run: |
cd docs/
jupyter-book build
jupyter-book build .
# Upload the book's HTML as an artifact
- name: Upload artifact
Expand All @@ -49,4 +49,4 @@ jobs:
# Deploy the book's HTML to GitHub Pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 099f8a3

Please sign in to comment.