Skip to content

docs: clarify trailing slash in dst #1019

docs: clarify trailing slash in dst

docs: clarify trailing slash in dst #1019

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@v4
- uses: cachix/install-nix-action@V27
with:
nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- run: nix develop .#docs --command ci-docs