Skip to content

Commit 312b6b0

Browse files
authored
Fix publish unstable (pyscript#1739)
1 parent 924e530 commit 312b6b0

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish-unstable.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
workflow_dispatch:
1919

2020
jobs:
21-
build-unstable:
21+
publish-unstable:
2222
runs-on: ubuntu-latest
2323
defaults:
2424
run:
@@ -55,7 +55,6 @@ jobs:
5555
working-directory: .
5656
run: sed 's#_PATH_#https://pyscript.net/unstable/#' ./public/index.html > ./pyscript.core/dist/index.html
5757

58-
# Deploy to S3
5958
- name: Configure AWS credentials
6059
uses: aws-actions/configure-aws-credentials@v1.6.1
6160
with:

0 commit comments

Comments
 (0)