掃地(tags):合併黑暗中世紀到中世紀 #169
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
# .github/workflows/build.yml | |
name: build | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 'Building...' | |
uses: reuixiy/hugo-deploy@v1 | |
env: | |
DEPLOY_REPO: yixiuer/yixiuer.github.io | |
DEPLOY_BRANCH: build | |
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }} | |
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
TZ: Asia/Shanghai |