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 0b9be77 commit 9070441Copy full SHA for 9070441
.github/workflows/ci-ubuntu.yml
@@ -84,6 +84,13 @@ jobs:
84
cp travis/* .
85
./index.sh
86
${{ env.AGDA }} --safe EverythingSafe.agda
87
+ ${{ env.AGDA }} index.agda
88
+
89
+ - name: Generate HTML
90
+ run: |
91
+ git clone --depth 1 --single-branch --branch gh-pages https://github.com/agda/agda-stdlib html
92
+ rm -f '${{ env.AGDA_HTML_DIR }}'/*.html
93
+ rm -f '${{ env.AGDA_HTML_DIR }}'/*.css
94
${{ env.AGDA }} --html --html-dir ${{ env.AGDA_HTML_DIR }} index.agda
95
96
# This is a massive hack at the moment
@@ -100,7 +107,7 @@ jobs:
100
107
## ${{ env.AGDA }} -c README/Foreign/Haskell.agda && ./Haskell
101
108
102
109
103
- - name: Deploy
110
+ - name: Deploy HTML
104
111
uses: JamesIves/[email protected]
105
112
if: ${{ success() && env.AGDA_DEPLOY }}
106
113
0 commit comments