Skip to content

fix: change test command #8

fix: change test command

fix: change test command #8

name: Deploy
on:
workflow_dispatch:
push:
branches:
- v1
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npx nx build-gh-pages taiga-lumbermill
- uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist/apps/taiga-lumbermill/browser
silent: false
clean: true
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true