Skip to content

Set default report path (#174) #72

Set default report path (#174)

Set default report path (#174) #72

Workflow file for this run

name: DeployRc
on:
push:
branches:
- develop
jobs:
deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 9
- run: pnpm i --frozen-lockfile
- run: pnpm package
- name: deploy
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: rc
FOLDER: dist
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}