Skip to content

Commit a501fca

Browse files
authored
Merge pull request #12 from jukent/travel
add hotel rate information / Myst infrastructure
2 parents a32015c + 987b60d commit a501fca

File tree

14 files changed

+33
-135
lines changed

14 files changed

+33
-135
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ jobs:
99
build:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12-
with:
13-
environment_name: cookbook-dev
12+
13+
deploy:
14+
needs: build
15+
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
1416

1517
link-check:
1618
if: ${{ github.repository_owner == 'ProjectPythia' }}

.github/workflows/publish-book.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ on:
1010
jobs:
1111
build:
1212
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
13-
with:
14-
environment_name: cookbook-dev
1513

1614
deploy:
1715
needs: build

.github/workflows/trigger-book-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
build:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
9-
environment_name: cookbook-dev
109
artifact_name: book-zip-${{ github.event.number }}
10+
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
1111
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

.github/workflows/trigger-replace-links.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
contents: write
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v3
1414
- name: Find and Replace Repository Name
1515
uses: jacobtomlinson/gha-find-replace@v3
1616
with:
@@ -25,7 +25,7 @@ jobs:
2525
find: "475509405"
2626
replace: "${{ github.repository_id}}"
2727
regex: false
28-
exclude: ".github/workflows/trigger-replace-links.yaml"
28+
exclude: ".github/workflows/trigger-replace-links.yml"
2929

3030
- name: Push changes
3131
uses: stefanzweifel/git-auto-commit-action@v6

.isort.cfg

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<img src="thumbnail.png" alt="thumbnail" width="200"/> <img src="images/large-logo-blue-text.png" alt="Pangeo logo" width="450"/>
2-
31
# Pythia Cook-off 2025
42

3+
<img src="thumbnail.png" alt="thumbnail" width="200"/> <img src="images/large-logo-blue-text.png" alt="Pangeo logo" width="450"/>
4+
55
[![nightly-build](https://github.com/ProjectPythia/pythia-cookoff-2025/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/pythia-cookoff-2025/actions/workflows/nightly-build.yaml)
66

77

_config.yml

Lines changed: 0 additions & 80 deletions
This file was deleted.

_static/custom.css

Lines changed: 0 additions & 6 deletions
This file was deleted.

_static/footer-logo-nsf.png

-9.89 KB
Binary file not shown.

_templates/footer-extra.html

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)