Skip to content

feat: remove gitee config #110

feat: remove gitee config

feat: remove gitee config #110

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
branches:
- master
- pre
# 任务
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
persist-credentials: false
- name: Build
run: npm install && npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v4
with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
REPOSITORY_NAME: hellodigua/code996
BRANCH: gh-pages
FOLDER: dist