Skip to content

Commit 67cb9ed

Browse files
authored
Merge pull request #11 from projectpythia-mystmd/jukent
MyST Infrastructure Update
2 parents 2f24197 + 5b9d507 commit 67cb9ed

File tree

14 files changed

+36
-184
lines changed

14 files changed

+36
-184
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: interactive-sentinel-2-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: interactive-sentinel-2-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: interactive-sentinel-2-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

.gitignore

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

136136
# IDEs
137137
.vscode/
138+
139+
# MyST build outputs
140+
_build

.isort.cfg

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

.pre-commit-config.yaml

Lines changed: 0 additions & 52 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
# Sentinel-2 L2A Interactive Dashboard
42

3+
<img src="thumbnail.png" alt="thumbnail" width="300"/>
4+
55
[![nightly-build](https://github.com/pritamd47/interactive-sentinel-2/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/pritamd47/interactive-sentinel-2/actions/workflows/nightly-build.yaml)
66
[![Binder](https://binder.projectpythia.org/badge_logo.svg)](https://binder.projectpythia.org/v2/gh/pritamd47/interactive-sentinel-2/main?labpath=notebooks)
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.

0 commit comments

Comments
 (0)