Static Page Generator #5

Merged
kumi merged 21 commits from dev into main 2024-07-06 14:07:00 +00:00
Showing only changes of commit 1434a3b552 - Show all commits

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