Capitalize 'SourceHut'

This commit is contained in:
David Eisinger
2024-11-01 00:09:31 -04:00
parent a1b0894ea2
commit a51a7165dc
4 changed files with 7 additions and 7 deletions

View File

@@ -192,7 +192,7 @@ The blacks will still show as black, but the whites will now be the background c
### 6. Update the deploy workflow
This site uses [sourcehut][19] builds to deploy on pushes to the `main` branch, and we need to make a few updates to our workflow to generate the static site with dithered images:
This site uses [SourceHut Builds][19] to deploy on pushes to the `main` branch, and we need to make a few updates to our workflow to generate the static site with dithered images:
* Add the decryption key as a secret
* Add workflow steps to
@@ -202,7 +202,7 @@ This site uses [sourcehut][19] builds to deploy on pushes to the `main` branch,
[Here's the deploy workflow for this site][20] for reference.
[19]: https://sourcehut.org/
[19]: https://builds.sr.ht/
[20]: https://git.sr.ht/~dce/davideisinger.com/tree/main/.build.yml
***