travis-ci / dpl

Dpl (dee-pee-ell) is a deploy tool made for continuous deployment.
MIT License
1.29k stars 367 forks source link

deploy to github pages report no deploy_key #1261

Open zhjwpku opened 2 years ago

zhjwpku commented 2 years ago

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