Skip to content

[PLAT-4198] Support for NX 2406 (#82) #82

[PLAT-4198] Support for NX 2406 (#82)

[PLAT-4198] Support for NX 2406 (#82) #82

Workflow file for this run

name: deploy
on: { push: { branches: [main] } }
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18.x
- uses: webfactory/ssh-agent@v0.5.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages
env:
USE_SSH: true
GIT_USER: git
run: |
git config --global user.email "actions@gihub.com"
git config --global user.name "gh-actions"
yarn install --frozen-lockfile
yarn deploy