From 099f8a3379b45a1f9e08cfd0da80902a9b91e78f Mon Sep 17 00:00:00 2001 From: Rob Hammond <13874373+RHammond2@users.noreply.github.com> Date: Thu, 19 Dec 2024 08:59:01 -0800 Subject: [PATCH] Fix typo in gh_pages.yml (#412) --- .github/workflows/gh_pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh_pages.yml b/.github/workflows/gh_pages.yml index d3b4a5852..f64fbe6a1 100644 --- a/.github/workflows/gh_pages.yml +++ b/.github/workflows/gh_pages.yml @@ -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 @@ -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 \ No newline at end of file + uses: actions/deploy-pages@v2