Skip to content

chanhi2000 is Running deploy.sh πŸš€ #577

chanhi2000 is Running deploy.sh πŸš€

chanhi2000 is Running deploy.sh πŸš€ #577

Workflow file for this run

name: run-deploy-sh
run-name: ${{ github.actor }} is Running deploy.sh πŸš€
on:
push:
tags:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
run-deploy-sh:
runs-on: ubuntu-latest
steps:
- name: checkout project's main branch
uses: actions/checkout@main
- name: vuepress-deploy
uses: chanhi2000/vuepress-deploy@master
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
TARGET_REPO: chanhi2000/chanhi2000.github.io
TARGET_BRANCH: master
BUILD_SCRIPT: |
npm i && npm run build
BUILD_DIR: src/.vuepress/dist
CNAME: https://chanhi2000.github.io