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
|
||||
|
||||
4
docs/_static/s3_error.html
vendored
Normal file
4
docs/_static/s3_error.html
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
<html><head><meta http-equiv="refresh" content="5; URL='/latest/'" /></head><body>
|
||||
<h1>404 - File not found</h1>
|
||||
<p>You will be redirected to the latest documentation in 5 seconds.</p>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user