mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-20 09:23:15 +08:00
Merge branch 'master' into release/v2.5.0
This commit is contained in:
commit
64e2296d31
@ -254,10 +254,10 @@ For example:
|
|||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
uses: peaceiris/actions-gh-pages@v2.4.0
|
uses: peaceiris/actions-gh-pages@v2.5.0-rc0
|
||||||
env:
|
env:
|
||||||
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
|
||||||
EXTERNAL_REPOSITORY: username/username.github.io
|
EXTERNAL_REPOSITORY: username/external-repository
|
||||||
PUBLISH_BRANCH: master
|
PUBLISH_BRANCH: master
|
||||||
PUBLISH_DIR: ./public
|
PUBLISH_DIR: ./public
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user