Skip to content

chore: deploy docs of project Nop Entropy via GitHub Actions #114

chore: deploy docs of project Nop Entropy via GitHub Actions

chore: deploy docs of project Nop Entropy via GitHub Actions #114

Workflow file for this run

name: Sync Repo
on:
push:
branches:
- master
jobs:
repo-sync:
runs-on: ubuntu-latest
steps:
- name: Mirror to Gitee
uses: Yikun/hub-mirror-action@master
with:
src: github/nop-platform
dst: gitee/nop-platform
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: org
mappings: nop-platform.gitee.io=>nop-platform
static_list: nop-platform.gitee.io
force_update: true
debug: true
- name: Deploy to Gitee Pages
uses: yanglbme/gitee-pages-action@main
with:
gitee-username: ntksol
gitee-password: ${{ secrets.GITEE_PASSWORD }}
gitee-repo: nop-platform/nop-platform
branch: master