Skip to content

Commit

Permalink
Point reusable workflows back to project Pythia
Browse files Browse the repository at this point in the history
  • Loading branch information
jbusecke authored Apr 15, 2024
1 parent bdc4a1a commit ee24387
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/publish-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@ permissions:

jobs:
build:
# uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
# until https://github.com/ProjectPythia/cookbook-actions/pull/65 is merged
# FIXME: I keep running into this annoying issue that I cannot use a PR to an existing public workflow. Very frustrating
# uses: jbusecke/cookbook-actions/.github/workflows/build-book.yaml@patch-4
# So the only way to fix this rn is to manually copy the PR content here and reference it locally. Silly.
uses: ./.github/workflows/build-book.yaml
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
environment_file: 'website/environment.yml'
environment_name: climsim-docs-env
Expand Down

0 comments on commit ee24387

Please sign in to comment.