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 9981074 commit ea971f8Copy full SHA for ea971f8
1 file changed
.github/workflows/build-and-publish-docs.yml
@@ -27,6 +27,10 @@ jobs:
27
- name: Make docu.sh executable
28
run: chmod +x ./docu.sh
29
30
+ - name: Build docu
31
+ run: ./docu.sh
32
+ shell: bash
33
+
34
- name: Upload docs artifact to GH pages
35
uses: actions/upload-pages-artifact@v3
36
with:
0 commit comments