Skip to content

Commit 07ac7d8

Browse files
authored
Merge pull request #29 from nsidc/development
deploy only for internal PRs
2 parents 44ca7a8 + 099251f commit 07ac7d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-pub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: quarto render
4444

4545
- name: Deploy to GitHub Pages
46-
if: github.event.action != 'closed'
46+
if: github.event.action != 'closed' && github.event.pull_request.head.repo.full_name == github.repository
4747
uses: peaceiris/actions-gh-pages@v3
4848
with:
4949
github_token: ${{ secrets.GITHUB_TOKEN }}

tutorials/hdf5_formatting.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"id": "e70aa9a5-58dc-44e7-a600-a1f9db2027d5",
7272
"metadata": {},
7373
"source": [
74-
"Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`."
74+
"Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`. "
7575
]
7676
},
7777
{

0 commit comments

Comments
 (0)