diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3062ca9..b6969ce 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 -r ../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 1a3b861..8f98beb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kevhender.github.io", - "version": "1.3.7", + "version": "1.3.8", "description": "Testing", "main": "index.js", "scripts": {