From a8f653ccc9affb14c49b317779e1ca7503a3a6f3 Mon Sep 17 00:00:00 2001 From: kevhender Date: Mon, 10 Feb 2020 08:50:33 -0500 Subject: [PATCH] Test --- .github/workflows/publish.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4e3c4cd..3062ca9 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: git pull mkdir ${VERSION} cp ../kevhender.github.io/build/test.js ${VERSION} - cp ../react-storefront-docs/guides/* ${VERSION} + cp ../react-storefront-docs/guides ${VERSION} sed -i "$ s/$/,\n${VERSION}/" versions.csv git add -A git config --local user.email "action@github.com" diff --git a/package.json b/package.json index 15758da..1a3b861 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kevhender.github.io", - "version": "1.3.6", + "version": "1.3.7", "description": "Testing", "main": "index.js", "scripts": {