Skip to content

Add CI using GitHub Actions and htmlproofer. #2

Add CI using GitHub Actions and htmlproofer.

Add CI using GitHub Actions and htmlproofer. #2

Workflow file for this run

name: CI
on:
push:
branches:
- '*'
pull_request:
branches:
- '*'
merge_group:
types: [ checks_requested ]
jobs:
ci:

Check failure on line 12 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 12, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
needs: build
steps:
- name: Checkout
uses: actions/checkout@v4
- name: jekyll build
run: bundle exec jekyll build
- name: htmlproofer
run: bundle exec htmlproofer _site/ --disable-external=true