Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deploy to github pages report no deploy_key #1261

Open
zhjwpku opened this issue Jun 11, 2022 · 0 comments
Open

deploy to github pages report no deploy_key #1261

zhjwpku opened this issue Jun 11, 2022 · 0 comments

Comments

@zhjwpku
Copy link

zhjwpku commented Jun 11, 2022

Following are the deploy config:

deploy:
  provider: pages
  strategy: git
  edge: true
  cleanup: false
  github-token: $GITHUB_TOKEN
  local-dir: book # In case of custom book path: path/to/mybook/book
  keep-history: false
  on:
    branch: master
  target_branch: gh-pages

dist xenial and bionic both report the following error:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant