File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 8787 - name : 📘 Generate documentation
8888 shell : bash
8989 working-directory : .
90- run : aiken docs -o docs/${{ matrix.stdlib_version || 'latest' }}
90+ run : aiken docs -o docs/${{ matrix.stdlib_version }}
9191
9292 - name : 🏠 Redirection page for v-less sub-directories
9393 if : ${{ matrix.stdlib_version }}
@@ -126,22 +126,6 @@ jobs:
126126 pattern : aiken-docs-*
127127 merge-multiple : true
128128
129- - name : 🏠 Landing page
130- shell : bash
131- run : |
132- cat > index.html <<HTML
133- <!DOCTYPE html>
134- <html>
135- <head>
136- <title>Aiken StdLib API reference</title>
137- <link rel="canonical" href="https://aiken-lang.github.io/stdlib"/>
138- <meta name="robots" content="noindex">
139- <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
140- <meta http-equiv="refresh" content="0; url=/stdlib/latest"/>
141- </head>
142- </html>
143- HTML
144-
145129 - name : 📦 Upload artifact
146130 uses : actions/upload-pages-artifact@v4
147131 with :
You can’t perform that action at this time.
0 commit comments