Skip to content

Commit a1375a4

Browse files
authored
docs: remove v2 example
1 parent 1a26eac commit a1375a4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,23 +33,6 @@ The next example step will deploy `./public` directory to the remote `gh-pages`
3333
publish_dir: ./public
3434
```
3535
36-
<details>
37-
<summary>👉 Old v2 YAML here</summary>
38-
39-
```yaml
40-
- name: Deploy
41-
uses: peaceiris/actions-gh-pages@v2
42-
env:
43-
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
44-
# PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
45-
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
PUBLISH_BRANCH: gh-pages
47-
PUBLISH_DIR: ./public
48-
```
49-
50-
</details>
51-
52-
5336
Three tokens are supported.
5437
5538
| Token | Private repo | Public repo | Protocol | Setup |

0 commit comments

Comments
 (0)