Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
v1.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed Apr 9, 2020
1 parent cf28c4c commit 39fd855
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ jobs:
- name: Build
run: |
npm run build
echo '!dist/' >> .gitignore
git config --global user.email '[email protected]'
git config --global user.name 'Your Name'
git commit -a -m 'Removed dist from gitignore'
mkdir build
cp -r dist build/dist
cp index.html build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: .
FOLDER: build
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tableschema-ui",
"version": "1.1.9",
"version": "1.1.10",
"license": "MIT",
"author": "OKI",
"description": "UI components for tableschema",
Expand Down

0 comments on commit 39fd855

Please sign in to comment.