Skip to content

Update Website

Update Website #1

name: Update Website
on: [release, workflow_dispatch]
jobs:
update-website:

Check failure on line 6 in .github/workflows/update-website.yml

View workflow run for this annotation

GitHub Actions / Update Website

Invalid workflow file

The workflow is not valid. .github/workflows/update-website.yml (Line: 6, Col: 3): The workflow must contain at least one job with no dependencies.
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: gh-pages
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm install
- run: npm run readme
- uses: stefanzweifel/git-auto-commit-action@v5