mirror of
https://github.com/pyscript/pyscript.git
synced 2026-05-13 06:04:20 -04:00
Allow fetching plugins from URL (#1065)
This commit is contained in:
3
.github/workflows/docs-release.yml
vendored
3
.github/workflows/docs-release.yml
vendored
@@ -50,9 +50,6 @@ jobs:
|
||||
- name: Copy redirect file
|
||||
run: aws s3 cp --quiet ./docs/_build/html/_static/redirect.html s3://docs.pyscript.net/index.html
|
||||
|
||||
# - name: Delete release directory
|
||||
# run: aws s3 rm --recursive s3://docs.pyscript.net/${{ github.ref_name }}/
|
||||
|
||||
- name: Sync to S3
|
||||
run: aws s3 sync --quiet ./docs/_build/html/ s3://docs.pyscript.net/${{ github.ref_name }}/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user