fix: Build (again)

This commit is contained in:
David Lapshin 2023-08-14 23:04:54 +03:00
parent 8a0bee50e7
commit bb175377a6
Signed by: daudix
GPG key ID: 93ECF15D3053D81C

View file

@ -48,7 +48,7 @@ steps:
# Only needed for custom domains
# - cp domains _site/.domains
# Format code with Prettier
- yarn prettier --write _site/"**/*.html"
- yarn prettier --write "_site/**/*"
# Push to target
- cd _site
- git add --all