Merge branch 'main' into dev
All checks were successful
Build and Deploy Static Site / build (push) Successful in 58s

This commit is contained in:
Kumi 2024-07-01 10:34:24 +02:00
commit 1434a3b552
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -45,5 +45,5 @@ jobs:
git add .
git commit -m "Deploy static site"
# Force push to the 'pages' branch
git push origin pages --force
# Force push to the 'pages-dev' branch
git push origin pages-dev --force