Skip to content

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#4843) #2035

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#4843)

chore(deps): bump actions/checkout from 4.1.4 to 4.1.5 (#4843) #2035

Workflow file for this run

name: docs
on:
push:
branches:
- "main"
paths:
- "www/**/*"
- ".github/workflows/docs.yml"
pull_request:
paths:
- "www/**/*"
- ".github/workflows/docs.yml"
permissions:
contents: read
jobs:
htmltest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v3
- uses: cachix/install-nix-action@v26
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop .#docs --command task docs:test