Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevhender committed Feb 10, 2020
1 parent 24c33cf commit a8f653c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kevhender.github.io",
"version": "1.3.6",
"version": "1.3.7",
"description": "Testing",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit a8f653c

Please sign in to comment.