Skip to content

Commit

Permalink
Fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Fran committed Apr 9, 2022
1 parent e4a0780 commit d634361
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
clean: true

0 comments on commit d634361

Please sign in to comment.