Skip to content

Commit 6b65abd

Browse files
authored
Remove copying of external tutorials from deploy workflow
Removed the step for copying external tutorials from the deploy workflow.
1 parent 2e7a4aa commit 6b65abd

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,6 @@ jobs:
3838
echo "machine urs.earthdata.nasa.gov login $EARTHDATA_USER password $EARTHDATA_PASS" > ~/.netrc
3939
chmod 0600 ~/.netrc
4040
41-
- name: Copy external tutorials
42-
uses: ./.github/actions/copyexternal
43-
with:
44-
repository: fish-pace/2025-tutorials
45-
ref: main
46-
dest: book/presentations/notebooks
47-
# If private & cross-org, use a PAT secret with repo scope:
48-
# token: ${{ secrets.OTHER_REPO_PAT }}
49-
5041
- uses: ./.github/actions/buildresources
5142
with:
5243
jb-cache: false

0 commit comments

Comments
 (0)