Skip to content

Commit d634361

Browse files
author
Francisco Solis
authored
Fixed version
1 parent e4a0780 commit d634361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
path: ./build/libs/CommandsModule-${{ env.VERSION }}.jar
4646
# Now we deploy the documents to GitHub pages
4747
- name: Deploy Dokka
48-
uses: JamesIves/github-pages-deploy-action@4.3.0
48+
uses: JamesIves/github-pages-deploy-action@v4.3.0
4949
with:
5050
branch: gh-pages
5151
folder: build/dokka
52-
clean: true
52+
clean: true

0 commit comments

Comments
 (0)