We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2c150 commit 856720dCopy full SHA for 856720d
.github/workflows/docs-unstable.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Sync will only copy changed files
53
- name: Sync Error
54
- 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
55
56
57
- name: Sync to S3
docs/_static/s3_error.html
@@ -0,0 +1,4 @@
1
+<html><head><meta http-equiv="refresh" content="5; URL='/latest/'" /></head><body>
2
+ <h1>404 - File not found</h1>
3
+ <p>You will be redirected to the latest documentation in 5 seconds.</p>
4
+</body></html>
0 commit comments