diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5845c28..92abebe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,11 +17,5 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/build + publish_dir: ./docs keep_files: true - - name: Publish to npm - run : | - npm config set //registry.npmjs.org/:_authToken ${NPM_TOKEN} - npm publish --ignore-scripts - env : - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} \ No newline at end of file diff --git a/.gitignore b/.gitignore index cf73c67..4f5e566 100644 --- a/.gitignore +++ b/.gitignore @@ -109,6 +109,3 @@ types # Mac local files .DS_Store - -# Documentation page -docs \ No newline at end of file diff --git a/package.json b/package.json index fdaa9dd..d0d88b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mockaroni", - "version": "1.0.0-alpha", + "version": "1.0.0", "main": "dist/index.js", "typings": "dist/index.d.ts", "author": "Maxim Yakovlev ",