From a9f7434a53c3c4f27c62f402e07ddcb1e2d7c96b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Foorack=20/=20Max=20Fax=C3=A4lv?= Date: Mon, 27 May 2024 20:31:24 +0200 Subject: [PATCH] JamesIves/github-pages-deploy-action@v4 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9a9bf463..0a361627 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: - name: Print version number run: echo ${{ env.spec_version }} - name: Deploy SDK back into main branch and make tag - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4 with: branch: main folder: . @@ -52,4 +52,4 @@ jobs: # - name: Validate Gradle wrapper # uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b # - name: Build with Gradle -# run: chmod ugo+x gradlew; ./gradlew build \ No newline at end of file +# run: chmod ugo+x gradlew; ./gradlew build