Skip to content

Commit a9f7434

Browse files
authored
JamesIves/github-pages-deploy-action@v4
1 parent a776b40 commit a9f7434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Print version number
3434
run: echo ${{ env.spec_version }}
3535
- name: Deploy SDK back into main branch and make tag
36-
uses: JamesIves/github-pages-deploy-action@v4.4.1
36+
uses: JamesIves/github-pages-deploy-action@v4
3737
with:
3838
branch: main
3939
folder: .
@@ -52,4 +52,4 @@ jobs:
5252
# - name: Validate Gradle wrapper
5353
# uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
5454
# - name: Build with Gradle
55-
# run: chmod ugo+x gradlew; ./gradlew build
55+
# run: chmod ugo+x gradlew; ./gradlew build

0 commit comments

Comments
 (0)