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 d4ef9cc commit deca9bbCopy full SHA for deca9bb
.github/workflows/formal-spec-integration.yaml
@@ -46,6 +46,12 @@ jobs:
46
# Copy the HTML files
47
cp -r formal-spec-html/* site/static/formal-spec/
48
49
+ - name: 🔄 Enhance Agda documentation
50
+ working-directory: site
51
+ run: |
52
+ # Process HTML files using the agda-web-docs-lib
53
+ NODE_OPTIONS="--max-old-space-size=16384" npx agda-web-docs-lib process ./static/formal-spec ./agda-docs.config.json
54
+
55
- name: 🏗️ Build Docusaurus site
56
working-directory: site
57
run: |
0 commit comments