Skip to content

Commit 3ff9361

Browse files
committed
Only upload to pages if not running on fork
1 parent 1ffdb73 commit 3ff9361

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ jobs:
136136
working-directory: ./wasm/notebook
137137

138138
- name: Deploy demo to Github Pages
139+
if: ${{ github.repository == 'RustPython/RustPython' }}
139140
uses: peaceiris/actions-gh-pages@v4
140141
with:
141142
deploy_key: ${{ secrets.ACTIONS_DEMO_DEPLOY_KEY }}

0 commit comments

Comments
 (0)