8000 ci · RustPython/RustPython@7b6adcd · GitHub
[go: up one dir, main page]

Skip to content

Commit 7b6adcd

Browse files
author
Iván Martín
committed
ci
1 parent 168c323 commit 7b6adcd

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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

wasm/tests/test_demo.py

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0