tirbofish/dropbear · commit
5e37e3bfe83ac6a3f8792937216a47ee7cc6138b
fix doc action
Signature present but could not be verified.
Unverified
@@ -27,6 +27,9 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew + - name: Stop GitHub from bothering me about .env + run: touch .env + - name: Generate documentation run: ./gradlew dokkaHtml