Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

fix script

fix script #2

Workflow file for this run

name: Deploy Examples
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- name: Setup Project
uses: ./.github/actions/setup
- name: Build Project
run: |
git config --global user.name "$GITHUB_ACTOR"
git config --global user.email "[email protected]"
npm run deploy