Update main.yml

Fix the address.
This commit is contained in:
Johnshall
2021-12-05 19:03:43 +08:00
committed by GitHub
parent 65e1a2b78e
commit d74528e608

View File

@@ -22,10 +22,10 @@ jobs:
run: ./factory/auto_build.sh run: ./factory/auto_build.sh
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@master uses: JamesIves/github-pages-deploy-action@4.1.7
env: env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master # 要部署的文件夹所在的分支. BASE_BRANCH: master
BRANCH: gh-pages BRANCH: gh-pages
FOLDER: . FOLDER: .
commit-message : 'Nightly build' commit-message : 'Nightly build'