Skip to content

Commit

Permalink
feat(ref: no-ref): test semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Mar 15, 2024
1 parent fbbf110 commit 1567a09
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: GitHub pages
on:
push:
branches:
- develop
- feat/versions

jobs:
build:
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 1567a09

Please sign in to comment.