Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr-pub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: quarto render

- name: Deploy to GitHub Pages
if: github.event.action != 'closed'
if: github.event.action != 'closed' && github.event.pull_request.head.repo.full_name == github.repository
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion tutorials/hdf5_formatting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"id": "e70aa9a5-58dc-44e7-a600-a1f9db2027d5",
"metadata": {},
"source": [
"Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`."
"Create some dimension variables. The dimension scales need to be in the group so that they can found by `xarray`. --- "
]
},
{
Expand Down