We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d241ace commit 3eba3e7Copy full SHA for 3eba3e7
1 file changed
.github/workflows/build.yml
@@ -94,3 +94,16 @@ jobs:
94
95
- name: Run tests (oldest)
96
run: cabal test all
97
+
98
+ - name: Build haddocks
99
+ run: |
100
+ cabal haddock-project
101
+ if: ${{ matrix.haddock }}
102
103
+ - name: Upload haddocks
104
+ uses: cloudflare/wrangler-action@v3
105
+ with:
106
+ apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
107
+ accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
108
+ command: pages deploy haddocks --project-name=ondim
109
0 commit comments