mirror of
https://github.com/JamesIves/github-pages-deploy-action.git
synced 2023-12-15 20:03:39 +08:00
Makes the default example the GITHUB_TOKEN
This commit is contained in:
parent
57ea9373b3
commit
7044d02ab5
@ -64,7 +64,7 @@ jobs:
|
|||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@releases/v3
|
uses: JamesIves/github-pages-deploy-action@releases/v3
|
||||||
with:
|
with:
|
||||||
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
BRANCH: gh-pages # The branch the action should deploy to.
|
BRANCH: gh-pages # The branch the action should deploy to.
|
||||||
FOLDER: build # The folder the action should deploy.
|
FOLDER: build # The folder the action should deploy.
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user