Skip to content

Commit deca9bb

Browse files
committed
fix: merged main
1 parent d4ef9cc commit deca9bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/formal-spec-integration.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ jobs:
4646
# Copy the HTML files
4747
cp -r formal-spec-html/* site/static/formal-spec/
4848
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+
4955
- name: 🏗️ Build Docusaurus site
5056
working-directory: site
5157
run: |

0 commit comments

Comments
 (0)