ci: update repository name for doc generation
This commit is contained in:
parent
852f9c7dda
commit
844dcd5e20
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-docs.yml
vendored
2
.github/workflows/update-docs.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
contents: write
|
||||
|
||||
# we only want this running on our repo
|
||||
if: github.repository == 'Stonks3141/ctp-nix'
|
||||
if: github.repository == 'catppuccin/nix'
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue