stylix: honour recent docs to doc renames (#1493)

Link: https://github.com/nix-community/stylix/pull/1493

Co-authored-by: Daniel Thwaites <danth@danth.me>
Reviewed-by: Daniel Thwaites <danth@danth.me>
Co-authored-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk>
Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
This commit is contained in:
pancho horrillo 2025-06-19 23:38:08 +02:00 committed by GitHub
parent 2b231cdc9b
commit 8c1421ae02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
---
name: Docs
name: Documentation
on:
push:
@ -36,7 +36,7 @@ jobs:
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
continue-on-error: true
- run: nix build .#docs
- run: nix build .#doc
- uses: actions/upload-pages-artifact@v3
with: