Skip to content

new post / 2023-11-18-github-actions-deploy-static-files-to-azure-web… #229

new post / 2023-11-18-github-actions-deploy-static-files-to-azure-web…

new post / 2023-11-18-github-actions-deploy-static-files-to-azure-web… #229

Workflow file for this run

name: Sync to gitee
on:
push:
branches:
- main
jobs:
sync_to_gitee:
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
- name: sync-gitee-mirror
uses: abersheeran/sync-gitee-mirror@v1-beta
with:
repository: copdips/copdips.github.io
username: ${{ secrets.GITEE_USERNAME }}
password: ${{ secrets.GITEE_PAT }}