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