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 e4a0780 commit d634361Copy full SHA for d634361
.github/workflows/gradle-build.yml
@@ -45,8 +45,8 @@ jobs:
45
path: ./build/libs/CommandsModule-${{ env.VERSION }}.jar
46
# Now we deploy the documents to GitHub pages
47
- name: Deploy Dokka
48
- uses: JamesIves/github-pages-deploy-action@4.3.0
+ uses: JamesIves/github-pages-deploy-action@v4.3.0
49
with:
50
branch: gh-pages
51
folder: build/dokka
52
- clean: true
+ clean: true
0 commit comments