Update to official GitHub Pages action with proper permissions #8
Annotations
3 errors
|
build-and-deploy
Error: Failed to create deployment (status: 400) with build version 9de5572bffad7ff1eb97f7d405b9ace81f815839. Request ID 1041:2CEA68:4B72C64:110CEA45:68C7C7A4 Responded with: Missing environment. Ensure your workflow's deployment job has an environment. Example:
jobs:
deploy:
environment:
name: github-pages
|
|
build-and-deploy
HttpError: Missing environment. Ensure your workflow's deployment job has an environment. Example:
jobs:
deploy:
environment:
name: github-pages
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)
|
|
build-and-deploy
Creating Pages deployment failed
|