Skip to content

Commit

Permalink
updated name
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbravo committed Nov 27, 2024
1 parent cf6276f commit 31ccfa8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
environment_name: geostationary-cookbook

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
environment_name: geostationary-cookbook

deploy:
needs: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trigger-book-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_name: cookbook-dev
environment_name: geostationary-cookbook
artifact_name: book-zip-${{ github.event.number }}
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

0 comments on commit 31ccfa8

Please sign in to comment.