mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Merge branch 'dev' of https://github.com/JamesIves/github-pages-deploy-action into dev
This commit is contained in:
commit
162a04a428
@ -156,7 +156,7 @@ With the action correctly configured you should see the workflow trigger the dep
|
|||||||
The action will export an environment variable called `DEPLOYMENT_STATUS` that you can use in your workflow to determine if the deployment was successful or not. You can find an explanation of each status code below.
|
The action will export an environment variable called `DEPLOYMENT_STATUS` that you can use in your workflow to determine if the deployment was successful or not. You can find an explanation of each status code below.
|
||||||
|
|
||||||
| Status | Description |
|
| Status | Description |
|
||||||
| ------------- |:-------------:|
|
| ------------- |-------------|
|
||||||
| `success` | The `success` status indicates that the action was able to successfully deploy the project to the branch. |
|
| `success` | The `success` status indicates that the action was able to successfully deploy the project to the branch. |
|
||||||
| `failed` | The `failed` status indicates that the action encountered an error while trying to deploy the project. |
|
| `failed` | The `failed` status indicates that the action encountered an error while trying to deploy the project. |
|
||||||
| `skipped` | The `skipped` status indicates that the action exited early as there was nothing new to deploy. |
|
| `skipped` | The `skipped` status indicates that the action exited early as there was nothing new to deploy. |
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "github-pages-deploy-action",
|
"name": "github-pages-deploy-action",
|
||||||
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
"description": "GitHub action for building a project and deploying it to GitHub pages.",
|
||||||
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
|
"author": "James Ives <iam@jamesiv.es> (https://jamesiv.es)",
|
||||||
"version": "3.4.9",
|
"version": "3.4.10",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/lib.js",
|
"main": "lib/lib.js",
|
||||||
"types": "lib/lib.d.ts",
|
"types": "lib/lib.d.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user