Skip to content

Commit 8598320

Browse files
jukentChristian-Kofi-Okyere
andauthored
MyST Infrastructure Update (#72)
Co-authored-by: Christian-Kofi-Okyere <okyerechristian101@gmail.com>
1 parent c890147 commit 8598320

File tree

12 files changed

+55
-179
lines changed

12 files changed

+55
-179
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: kerchunk-cookbook
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: kerchunk-cookbook
1513

1614
deploy:
1715
needs: build

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ jobs:
66
build:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
9-
environment_name: kerchunk-cookbook
10-
environment_file: environment.yml
9+
artifact_name: book-zip-${{ github.event.number }}
10+
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
11+
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,6 @@ dmypy.json
131131

132132
# Pyre type checker
133133
.pyre/
134+
135+
# MyST build outputs
136+
_build

.isort.cfg

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

.pre-commit-config.yaml

Lines changed: 0 additions & 50 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="300"/>
2-
31
# Virtual Zarr Cookbook (Kerchunk and VirtualiZarr)
42

3+
<img src="thumbnail.png" alt="thumbnail" width="300"/>
4+
55
[![nightly-build](https://github.com/ProjectPythia/kerchunk-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/kerchunk-cookbook/actions/workflows/nightly-build.yaml)
66
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/ProjectPythia/kerchunk-cookbook/main?labpath=notebooks)
77
[![DOI](https://zenodo.org/badge/588661659.svg)](https://zenodo.org/badge/latestdoi/588661659)

_config.yml

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

_static/custom.css

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

_toc.yml

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

0 commit comments

Comments
 (0)