diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 0b45aa5f..e2903329 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -29,7 +29,7 @@ jobs: - name: Deploy if: ${{ github.event_name == 'push' }} - uses: peaceiris/actions-gh-pages@v3 + uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: asf-site @@ -48,7 +48,7 @@ jobs: echo ' profile: ~' >> .asf.yaml echo ' whoami: asf-site' >> .asf.yaml echo "" >> .asf.yaml - echo 'publish:' > .asf.yaml + echo 'publish:' >> .asf.yaml echo ' whoami: asf-site' >> .asf.yaml git add .asf.yaml git commit -m '.asf.yaml' diff --git a/README.md b/README.md index f0632041..201d1136 100644 Binary files a/README.md and b/README.md differ