diff --git a/README.md b/README.md index ecda565..e9021a9 100644 --- a/README.md +++ b/README.md @@ -33,23 +33,6 @@ The next example step will deploy `./public` directory to the remote `gh-pages` publish_dir: ./public ``` -
-👉 Old v2 YAML here - -```yaml -- name: Deploy - uses: peaceiris/actions-gh-pages@v2 - env: - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }} - # PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }} - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PUBLISH_BRANCH: gh-pages - PUBLISH_DIR: ./public -``` - -
- - Three tokens are supported. | Token | Private repo | Public repo | Protocol | Setup |