From 5d2299b7c9ba63eeccabec82fad1552aff22f6d8 Mon Sep 17 00:00:00 2001 From: roll Date: Fri, 10 Apr 2020 15:31:50 +0300 Subject: [PATCH] v1.0.10 --- .github/workflows/deploy.yml | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 50f9980..e7c5160 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,6 +21,7 @@ jobs: mkdir build cp -r dist build/dist cp index.html build + cp CNAME build - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: diff --git a/package.json b/package.json index abfda24..2cef259 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "datapackage-ui", - "version": "1.0.9", + "version": "1.0.10", "license": "MIT", "author": "roll ", "description": "UI components for datapackage",