Skip to content

docs: fill out the configuration.md #222

docs: fill out the configuration.md

docs: fill out the configuration.md #222

Workflow file for this run

---
name: Test Deploy to GitHub Pages
on:
pull_request:
branches:
- main
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
cache-dependency-path: ./docs/yarn.lock
- name: Install Task
uses: arduino/setup-task@v2
with:
version: 3.x
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint the website
run: task docs:fmt:check
- name: Test build website
run: task docs:build