From 704d83fe9ab11bac6f01ee1013bf7d0e3cdaed1c Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 14 May 2020 17:42:55 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82c5ad33..f2f9204b 100644 --- a/README.md +++ b/README.md @@ -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. | Status | Description | -| ------------- |:-------------:| +| ------------- |-------------| | `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. | | `skipped` | The `skipped` status indicates that the action exited early as there was nothing new to deploy. | From 13c38f2c39646539b868202129c447cc86610391 Mon Sep 17 00:00:00 2001 From: James Ives Date: Thu, 14 May 2020 21:52:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Release=203.4.10=20=F0=9F=93=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7424b0a6..66fe69e8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "github-pages-deploy-action", "description": "GitHub action for building a project and deploying it to GitHub pages.", "author": "James Ives (https://jamesiv.es)", - "version": "3.4.9", + "version": "3.4.10", "license": "MIT", "main": "lib/lib.js", "types": "lib/lib.d.ts",