Skip to content

Merge pull request #6 from CameronHudson8/ci/deployment #12

Merge pull request #6 from CameronHudson8/ci/deployment

Merge pull request #6 from CameronHudson8/ci/deployment #12

Workflow file for this run

name: main
on:
push:
branches:
- main
jobs:
deploy:

Check failure on line 7 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 7, Col: 3): The workflow must contain at least one job with no dependencies.
container:
image: node:20
environment:
name: github-pages
url: ${{ needs.buildAndUpload.outputs.artifactId }}
needs: buildAndUpload
permissions:
pages: write
id-token: write
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4