diff --git a/.github/workflows/gradle-build.yml b/.github/workflows/gradle-build.yml index a350c1d..4faedeb 100644 --- a/.github/workflows/gradle-build.yml +++ b/.github/workflows/gradle-build.yml @@ -45,8 +45,8 @@ jobs: path: ./build/libs/CommandsModule-${{ env.VERSION }}.jar # Now we deploy the documents to GitHub pages - name: Deploy Dokka - uses: JamesIves/github-pages-deploy-action@4.3.0 + uses: JamesIves/github-pages-deploy-action@v4.3.0 with: branch: gh-pages folder: build/dokka - clean: true \ No newline at end of file + clean: true