From 20da1d3dba1072c6c95a432facd39485eaab7d49 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 4 Oct 2024 09:03:47 +0900 Subject: [PATCH] Update github-pages-deploy-action --- .github/workflows/ci.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38553e278..e4f819a1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,13 +40,12 @@ jobs: - run: find . -name "*.class" | xargs rm -rf - run: find . -name target | xargs rm -rf - name: push to gh-pages - uses: JamesIves/github-pages-deploy-action@3.7.1 + uses: JamesIves/github-pages-deploy-action@v4.6.8 if: ${{ github.repository_owner == 'scala-text' && github.ref == 'refs/heads/master' && github.event_name == 'push' && github.actor != 'dependabot[bot]' }} with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - BRANCH: gh-pages - FOLDER: honkit/_book/ - CLEAN: true + branch: gh-pages + folder: honkit/_book/ + clean: true - uses: frabert/replace-string-action@v2.5 id: get_branch_name with: