From a1375a463794f123e06ddb6af0d74ef453d74fa0 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Wed, 5 Feb 2020 18:38:36 +0900 Subject: [PATCH] docs: remove v2 example --- README.md | 17 ----------------- 1 file changed, 17 deletions(-) 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 |