Skip to content

chore: update jamesives/github-pages-deploy-action action to v4.7.1 (… #931

chore: update jamesives/github-pages-deploy-action action to v4.7.1 (…

chore: update jamesives/github-pages-deploy-action action to v4.7.1 (… #931

Workflow file for this run

name: 🚀 Deploy
on:
push:
branches: [main]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.2
- uses: taiga-family/ci/actions/setup/node@v1.100.0
- run: npx nx build-gh-pages demo
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4.7.1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
branch: gh-pages
folder: dist/demo
silent: false
clean: true
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true