Skip to content

Commit

Permalink
docs: remove v2 example
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 5, 2020
1 parent 1a26eac commit a1375a4
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,6 @@ The next example step will deploy `./public` directory to the remote `gh-pages`
publish_dir: ./public
```
<details>
<summary>👉 Old v2 YAML here</summary>
```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
```
</details>
Three tokens are supported.
| Token | Private repo | Public repo | Protocol | Setup |
Expand Down

0 comments on commit a1375a4

Please sign in to comment.