Skip to content

Commit 7984fc4

Browse files
authored
Merge pull request #10 from brian-rose/migrate
Replace ProjectPythiaCookbooks with ProjectPythia
2 parents 7591fd8 + 651db18 commit 7984fc4

8 files changed

+20
-20
lines changed

.github/workflows/nightly-build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
build:
10-
if: ${{ github.repository_owner == 'ProjectPythiaCookbooks' }}
11-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/build-book.yaml@main
10+
if: ${{ github.repository_owner == 'ProjectPythia' }}
11+
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
1313
environment_name: cookbook-dev
1414

1515
link-check:
16-
if: ${{ github.repository_owner == 'ProjectPythiaCookbooks' }}
17-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/link-checker.yaml@main
16+
if: ${{ github.repository_owner == 'ProjectPythia' }}
17+
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main

.github/workflows/publish-book.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
build:
11-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/build-book.yaml@main
11+
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
1212
with:
1313
environment_name: cookbook-dev
1414

1515
deploy:
1616
needs: build
17-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/deploy-book.yaml@main
17+
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
1818

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
build:
7-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/build-book.yaml@main
7+
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
99
environment_name: cookbook-dev
1010
artifact_name: book-zip-${{ github.event.number }}

.github/workflows/trigger-delete-preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
delete:
9-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/delete-preview.yaml@main
9+
uses: ProjectPythia/cookbook-actions/.github/workflows/delete-preview.yaml@main

.github/workflows/trigger-link-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ on:
55

66
jobs:
77
link-check:
8-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/link-checker.yaml@main
8+
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main

.github/workflows/trigger-preview.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ on:
99

1010
jobs:
1111
find-pull-request:
12-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/find-pull-request.yaml@main
12+
uses: ProjectPythia/cookbook-actions/.github/workflows/find-pull-request.yaml@main
1313
deploy-preview:
1414
needs: find-pull-request
1515
if: github.event.workflow_run.conclusion == 'success'
16-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/deploy-book.yaml@main
16+
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
1717
with:
1818
artifact_name: book-zip-${{ needs.find-pull-request.outputs.number }}
1919
destination_dir: _preview/${{ needs.find-pull-request.outputs.number }}
2020
is_preview: 'true'
2121

2222
preview-comment:
2323
needs: find-pull-request
24-
uses: ProjectPythiaCookbooks/cookbook-actions/.github/workflows/preview-comment.yaml@main
24+
uses: ProjectPythia/cookbook-actions/.github/workflows/preview-comment.yaml@main
2525
with:
2626
pull_request_number: ${{ needs.find-pull-request.outputs.number }}
2727
sha: ${{ needs.find-pull-request.outputs.sha }}

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
# CESM LENS on AWS Cookbook
44

5-
[![nightly-build](https://github.com/ProjectPythiaCookbooks/cesm-lens-aws-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythiaCookbooks/cesm-lens-aws-cookbook/actions/workflows/nightly-build.yaml)
6-
[![Binder](https://aws-uswest2-binder.pangeo.io/badge_logo.svg)](https://aws-uswest2-binder.pangeo.io/v2/gh/ProjectPythiaCookbooks/cesm-lens-aws-cookbook/main?labpath=notebooks)
5+
[![nightly-build](https://github.com/ProjectPythia/cesm-lens-aws-cookbook/actions/workflows/nightly-build.yaml/badge.svg)](https://github.com/ProjectPythia/cesm-lens-aws-cookbook/actions/workflows/nightly-build.yaml)
6+
[![Binder](https://aws-uswest2-binder.pangeo.io/badge_logo.svg)](https://aws-uswest2-binder.pangeo.io/v2/gh/ProjectPythia/cesm-lens-aws-cookbook/main?labpath=notebooks)
77

88
This Project Pythia Cookbook covers analysis of CESM LENS data publicly available on Amazon S3 (us-west-2 region) using Xarray and Dask
99

@@ -19,8 +19,8 @@ The total LENS data volume is ~500 TB, and is traditionally accessible through t
1919

2020
### Contributors
2121

22-
<a href="https://github.com/ProjectPythiaCookbooks/cesm-lens-aws-cookbook/graphs/contributors">
23-
<img src="https://contrib.rocks/image?repo=ProjectPythiaCookbooks/cesm-lens-aws-cookbook" />
22+
<a href="https://github.com/ProjectPythia/cesm-lens-aws-cookbook/graphs/contributors">
23+
<img src="https://contrib.rocks/image?repo=ProjectPythia/cesm-lens-aws-cookbook" />
2424
</a>
2525

2626
## Structure
@@ -56,10 +56,10 @@ If you are interested in running this material locally on your computer, you wil
5656

5757
(Replace "cookbook-example" with the title of your cookbooks)
5858

59-
1. Clone the `https://github.com/ProjectPythiaCookbooks/cesm-lens-aws-cookbook` repository:
59+
1. Clone the `https://github.com/ProjectPythia/cesm-lens-aws-cookbook` repository:
6060

6161
```bash
62-
git clone https://github.com/ProjectPythiaCookbooks/cesm-lens-aws-cookbook.git
62+
git clone https://github.com/ProjectPythia/cesm-lens-aws-cookbook.git
6363
```
6464
1. Move into the `cesm-lens-aws-cookbook` directory
6565
```bash

_config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ sphinx:
3939
html_permalinks_icon: '<i class="fas fa-link"></i>'
4040
html_theme_options:
4141
home_page_in_toc: true
42-
repository_url: https://github.com/ProjectPythiaCookbooks/cesm-lens-aws-cookbook/ # Online location of your book
42+
repository_url: https://github.com/ProjectPythia/cesm-lens-aws-cookbook/ # Online location of your book
4343
repository_branch: main # Which branch of the repository should be used when creating links (optional)
4444
use_issues_button: true
4545
use_repository_button: true
4646
use_edit_page_button: true
47-
github_url: https://github.com/ProjectPythiaCookbooks
47+
github_url: https://github.com/ProjectPythia
4848
twitter_url: https://twitter.com/project_pythia
4949
icon_links:
5050
- name: YouTube

0 commit comments

Comments
 (0)