We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e7a4aa commit 6b65abdCopy full SHA for 6b65abd
1 file changed
.github/workflows/deploy.yaml
@@ -38,15 +38,6 @@ jobs:
38
echo "machine urs.earthdata.nasa.gov login $EARTHDATA_USER password $EARTHDATA_PASS" > ~/.netrc
39
chmod 0600 ~/.netrc
40
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
-
50
- uses: ./.github/actions/buildresources
51
with:
52
jb-cache: false
0 commit comments