Skip to content

Commit 6de2011

Browse files
committed
export latest documentation at the root.
1 parent 2936279 commit 6de2011

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
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:

0 commit comments

Comments
 (0)