Skip to content

chore: refresh all old links (#115) #51

chore: refresh all old links (#115)

chore: refresh all old links (#115) #51

Workflow file for this run

name: 🚀 Deploy
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
- name: Setup Node.js and Cache
uses: ./.github/actions/nodejs
- name: Build demo by prerender
run: npx nx build-gh-pages demo
- name: Deploy
uses: JamesIves/[email protected]
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
branch: gh-pages
folder: dist/demo
silent: false
clean: true
concurrency:
group: deploy-${{ github.head_ref }}
cancel-in-progress: true