Skip to content

chore(deps): update jamesives/github-pages-deploy-action action to v4… #747

chore(deps): update jamesives/github-pages-deploy-action action to v4…

chore(deps): update jamesives/github-pages-deploy-action action to v4… #747

Workflow file for this run

name: Deploy
on:
workflow_dispatch:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
if: "contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: actions/checkout@v4.2.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.3
- uses: taiga-family/ci/actions/setup/node@v1.87.3
- run: npx nx build-gh-pages
- uses: JamesIves/github-pages-deploy-action@v4.6.6
with:
branch: gh-pages
folder: dist/demo/browser
silent: false
clean: true
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true