Skip to content

fix: change build workflow #3

fix: change build workflow

fix: change build workflow #3

name: Deploy
on:
workflow_dispatch:
push:
branches:
- v1
jobs:
build:
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: npm run build
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 run build-gh-pages
- 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