diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1ebb2f9b..ab3b0774 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -3,7 +3,7 @@ name: GitHub pages on: push: branches: - - feat/versions + - develop jobs: build: @@ -39,11 +39,11 @@ jobs: echo '********' npm run build -# - name: Deploy demo -# uses: peaceiris/actions-gh-pages@v3 -# with: -# github_token: ${{ secrets.GITHUB_TOKEN }} -# publish_dir: ./dist/ngx-mask/browser + - name: Deploy demo + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist/ngx-mask/browser outputs: version: ${{ steps.semantic-release.outputs.new-release-version }} diff --git a/.releaserc.yaml b/.releaserc.yaml index 43b178e0..f46f35db 100644 --- a/.releaserc.yaml +++ b/.releaserc.yaml @@ -1,5 +1,5 @@ branches: - - feat/versions + - develop plugins: - '@semantic-release/commit-analyzer'