Skip to content

Commit 3f10ddb

Browse files
authored
Deploy from GitHub Actions
[skip travis]
1 parent 2088c53 commit 3f10ddb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,13 @@ jobs:
3535
- name: Grant execute permission for gradlew
3636
run: chmod +x gradlew
3737

38-
- name: Build with Gradle
38+
- name: Build
3939
run: ./gradlew build --scan
4040
env:
4141
CROWDIN_KEY: ${{ secrets.CROWDIN_API_KEY }}
42+
43+
- name: Deploy Artifacts to Github Pages
44+
run: ./gradlew :gitPublishPush
45+
if: github.ref == 'refs/heads/master'
46+
env:
47+
GRGIT_USER: ${{ secrets.GH_TOKEN_REPO_ACCESS }}

0 commit comments

Comments
 (0)