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 ca0d721 commit 00b1ce6Copy full SHA for 00b1ce6
.github/workflows/docs.yml
@@ -34,6 +34,18 @@ jobs:
34
- name: Build documentation
35
run: sphinx-multiversion docs/source docs/build/html --keep-going --no-color
36
37
+ - name: Generate index.html for judge0.github.io/judge0-python.
38
+ run: |
39
+ echo '<!DOCTYPE html>
40
+ <html>
41
+ <head>
42
+ <meta http-equiv="refresh" content="0; URL=master/index.html">
43
+ </head>
44
+ <body>
45
+ <p>Redirecting to <a href="master/index.html">master/index.html</a></p>
46
+ </body>
47
+ </html>' > docs/build/html/index.html
48
+
49
- name: Upload artifacts
50
uses: actions/upload-artifact@v4
51
with:
0 commit comments