Skip to content

Commit

Permalink
Merge c5ac4da into 250707b
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Oct 28, 2024
2 parents 250707b + c5ac4da commit 1468d01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:

deploy:
needs: build
uses: jbusecke/cookbook-actions/.github/workflows/deploy-book.yaml@patch-6
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
publish_dir: "book/_build/html"
3 changes: 1 addition & 2 deletions .github/workflows/trigger-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ jobs:
deploy-preview:
needs: find-pull-request
if: github.event.workflow_run.conclusion == 'success'
# uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
uses: jbusecke/cookbook-actions/.github/workflows/deploy-book.yaml@patch-6
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
with:
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }} # deploy to subdirectory labeled with PR number
Expand Down
2 changes: 1 addition & 1 deletion book/intro.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LEAP Technical Documentation
# TESTING LEAP Technical Documentation

This website is the home for all technical documentation related to LEAP and LEAP-Pangeo.

Expand Down

0 comments on commit 1468d01

Please sign in to comment.