Skip to content

chore: fix links after repository migration (#395) #276

chore: fix links after repository migration (#395)

chore: fix links after repository migration (#395) #276

Workflow file for this run

name: Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Node.js and Cache
uses: taiga-family/ci/actions/setup-node@1.7.5
- name: Build demo
run: npx nx build-gh-pages
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.4.1
with:
branch: gh-pages
folder: dist/demo/browser
silent: false
clean: true
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true