Pref. 在权威链接索引方面提供cleanURL #338
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deploy | |
on: [push] | |
jobs: | |
gitee: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wearerequired/git-mirror-action@master | |
env: | |
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }} | |
with: | |
source-repo: '[email protected]:RavelloH/ravelloh.github.io.git' | |
destination-repo: '[email protected]:ravelloh/ravelloh.git' | |
reload-pages: | |
needs: gitee | |
runs-on: ubuntu-latest | |
steps: | |
- name: reload | |
uses: mizuka-wu/[email protected] | |
with: | |
repository: RavelloH/ravelloh | |
cookie: ${{ secrets.GITEE_COOKIE }} | |
branch: master | |
https: true |