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

[Bug]: Documentation Fails to deploy #732

Closed
Javagedes opened this issue Jan 22, 2024 · 0 comments · Fixed by #733
Closed

[Bug]: Documentation Fails to deploy #732

Javagedes opened this issue Jan 22, 2024 · 0 comments · Fixed by #733
Labels
bug Something isn't working new Issue not yet reviewed

Comments

@Javagedes
Copy link
Contributor

Contact Details

No response

Describe the Bug

Documentation is failing to deploy to github pages on a release with the error:

Error: HttpError: 
    at /home/runner/work/_actions/actions/deploy-pages/v4/node_modules/@octokit/request/dist-node/index.js:124:1
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at createPagesDeployment (/home/runner/work/_actions/actions/deploy-pages/v4/src/internal/api-client.js:125:1)
    at Deployment.create (/home/runner/work/_actions/actions/deploy-pages/v4/src/internal/deployment.js:74:1)
    at main (/home/runner/work/_actions/actions/deploy-pages/v4/src/index.js:30:1)

From research, it looks like v4.0.0 of deploy-pages added a read permission requirement, which resulted in a major breakage across users with the same error. It appears they have remedied with a v4.0.1 release. Investigation needs to occur to see if this fixes the issue, and if so, update to v4.0.1

See actions/deploy-pages#288

What Python version are you using?

Python 3.10, Python 3.11, Python 3.12

Reproduction steps

  1. Fork the repository
  2. Add any commit
  3. Attempt to do a release

Expected behavior

Pages should successfully deploy to github pages

Execution Environment

Pipelines

Pip packages

N/A

Additional context

N/A

@Javagedes Javagedes added bug Something isn't working new Issue not yet reviewed labels Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working new Issue not yet reviewed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant