You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ jobs:
41
41
steps:
42
42
- name: Deploy to GitHub Pages
43
43
id: deployment
44
-
uses: actions/deploy-pages@v2# or the latest "vX.X.X" version tag for this action
44
+
uses: actions/deploy-pages@v3# or specific "vX.X.X" version tag for this action
45
45
```
46
46
47
47
### Inputs 📥
@@ -51,7 +51,7 @@ jobs:
51
51
| `token` | `true` | `${{ github.token }}` | The GitHub token used to create an authenticated client - Provided for you by default! |
52
52
| `timeout` | `false` | `"600000"` | Time in milliseconds after which to timeout and cancel the deployment (default: 10 minutes) |
53
53
| `error_count` | `false` | `"10"` | Maximum number of status report errors before cancelling a deployment (default: 10) |
54
-
| `reporting_interval` | `false` | `"5000"` | Time in milliseconds between two deployment status report (default: 5 seconds) |
54
+
| `reporting_interval` | `false` | `"5000"` | Time in milliseconds between two deployment status reports (default: 5 seconds) |
55
55
| `artifact_name` | `false` | `"github-pages"` | The name of the artifact to deploy |
56
56
| `preview` | `false` | `"false"` | Is this attempting to deploy a pull request as a GitHub Pages preview site? (NOTE: This feature is only in alpha currently and is not available to the public!) |
57
57
@@ -85,7 +85,7 @@ There are a few important considerations to be aware of:
85
85
86
86
## Compatibility
87
87
88
-
This action is primarily design for use with GitHub.com's Actions workflows and Pages deployments. However, certain releases should also be compatible with GitHub Enterprise Server (GHES) `3.7` and above.
88
+
This action is primarily designed for use with GitHub.com's Actions workflows and Pages deployments. However, certain releases should also be compatible with GitHub Enterprise Server (GHES) `3.7` and above.
89
89
90
90
| Release | GHES Compatibility |
91
91
|:---|:---|
@@ -107,7 +107,7 @@ In order to release a new version of this Action:
107
107
108
108
2. Publish the draft release from the `main` branch with semantic version as the tag name, _with_ the checkbox to publish to the GitHub Marketplace checked. :ballot_box_with_check:
109
109
110
-
3. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding the major version tag such as `v1`.
110
+
3. After publishing the release, the [`release` workflow][release] will automatically run to create/update the corresponding major version tag such as `v1`.
111
111
112
112
⚠️ Environment approval is required. Check the [Release workflow run list][release-workflow-runs].
0 commit comments