Skip to content

Commit

Permalink
update lib version and publish-docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joelkanyi committed Jul 29, 2024
1 parent 7a14187 commit f6be460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches:
- main
tags:
- '*'
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -59,4 +57,4 @@ jobs:

- name: Deploy to GitHub Pages
id: deployment # This is required for environment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Lib version
version=2.0.4
version=2.0.5

#Gradle
org.gradle.jvmargs=-Xmx4048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4048M"
Expand Down

0 comments on commit f6be460

Please sign in to comment.