Skip to content

refactor: 微调公共模板逻辑,让页面的配置可单独覆盖公共模板配置 #383

refactor: 微调公共模板逻辑,让页面的配置可单独覆盖公共模板配置

refactor: 微调公共模板逻辑,让页面的配置可单独覆盖公共模板配置 #383

Workflow file for this run

name: Deploy to Gitee
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- run: |
git config user.email "[email protected]"
git config user.name "xmo"
git remote rm origin
git remote add origin https://xmo:${{ secrets.GITEE_TOKEN }}@gitee.com/mineadmin/mineadmin-vue.git
git push -f origin main