mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-19 18:27:29 -05:00
Simple 404 in _static (#1495)
* Simple 404 in _static * Docs 404 error * s3_error.html
This commit is contained in:
2
.github/workflows/docs-unstable.yml
vendored
2
.github/workflows/docs-unstable.yml
vendored
@@ -51,7 +51,7 @@ jobs:
|
||||
|
||||
# Sync will only copy changed files
|
||||
- name: Sync Error
|
||||
run: aws s3 cp --quiet ./docs/_build/html/error.html s3://docs.pyscript.net/error.html
|
||||
run: aws s3 cp --quiet ./docs/_static/s3_error.html s3://docs.pyscript.net/error.html
|
||||
|
||||
# Sync will only copy changed files
|
||||
- name: Sync to S3
|
||||
|
||||
Reference in New Issue
Block a user