Merge pull request #1 from hfdem/master

Replace env with with
This commit is contained in:
Johnshall
2021-12-05 22:20:39 +08:00
committed by GitHub

View File

@@ -23,9 +23,7 @@ jobs:
- name: Deploy - name: Deploy
uses: JamesIves/github-pages-deploy-action@4.1.7 uses: JamesIves/github-pages-deploy-action@4.1.7
env: with:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: master
BRANCH: Development BRANCH: Development
FOLDER: . FOLDER: .
commit-message : 'Nightly build' commit-message : 'Nightly build'