We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a26eac commit a1375a4Copy full SHA for a1375a4
README.md
@@ -33,23 +33,6 @@ The next example step will deploy `./public` directory to the remote `gh-pages`
33
publish_dir: ./public
34
```
35
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
53
Three tokens are supported.
54
55
| Token | Private repo | Public repo | Protocol | Setup |
0 commit comments