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",