GITHUB_REPOSITORY instead of env.GITHUB_REPOSITORY
This commit is contained in:
parent
8cb36c24ba
commit
e87775bb1a
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Push generated antora files to the spring-generated-docs
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.4
|
||||
with:
|
||||
branch: ${{ env.GITHUB_REPOSITORY }} # The branch the action should deploy to.
|
||||
branch: ${{ GITHUB_REPOSITORY }} # The branch the action should deploy to.
|
||||
folder: "docs/build/generateAntora" # The folder the action should deploy.
|
||||
repository-name: "spring-io/spring-generated-docs"
|
||||
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue