You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Failed to create deployment (status: 400) with build version 14998891c365a4157bd727276b72d3e780086d6b. Request ID 07C1:3CD5E:14E9F60:2A4F68E:686F8962 Responded with: Missing environment. Ensure your workflow's deployment job has an environment. Example:
jobs:
deploy:
environment:
name: github-pages
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/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e/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/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e/src/internal/api-client.js:125:1)
at Deployment.create (/home/runner/work/_actions/actions/deploy-pages/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e/src/internal/deployment.js:74:1)
at main (/home/runner/work/_actions/actions/deploy-pages/d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e/src/index.js:30:1)
Creating Pages deployment failed
The logs for this run have expired and are no longer available.