Skip to content

chore: update dependency highlight.js to v11.11.1 (#1027) #731

chore: update dependency highlight.js to v11.11.1 (#1027)

chore: update dependency highlight.js to v11.11.1 (#1027) #731

Workflow file for this run

name: Deploy demo
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected]
- run: npm run build:demo
- uses: taiga-family/ci/actions/deploy/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/apps/demo
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true