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: