File tree Expand file tree Collapse file tree 2 files changed +4
-31
lines changed
Expand file tree Collapse file tree 2 files changed +4
-31
lines changed Original file line number Diff line number Diff line change @@ -191,18 +191,16 @@ jobs:
191191 npm run test
192192 working-directory : ./wasm/demo
193193 - name : build notebook demo
194- if : github.ref == 'refs/heads/release'
195194 run : |
196195 npm install
197196 npm run dist
198197 mv dist ../demo/dist/notebook
199198 working-directory : ./wasm/notebook
200199 - name : Deploy demo to Github Pages
201- if : success() && github.ref == 'refs/heads/release'
200+ if : success()
202201 uses : peaceiris/actions-gh-pages@v2
203202 env :
204- ACTIONS_DEPLOY_KEY : ${{ secrets.ACTIONS_DEMO_DEPLOY_KEY }}
203+ ACTIONS_DEPLOY_KEY : ${{ secrets.ACTIONS_DEPLOY_KEY }}
205204 PUBLISH_DIR : ./wasm/demo/dist
206- EXTERNAL_REPOSITORY : RustPython/demo
207- PUBLISH_BRANCH : master
208-
205+ EXTERNAL_REPOSITORY : seik/RustPython
206+ PUBLISH_BRANCH : gh-pages
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments