🩹 Standardise project URLs to be lowercase

This commit is contained in:
James Panther
2021-08-19 09:36:00 +10:00
parent 3450e8f9c5
commit f023dbe71f
11 changed files with 35 additions and 29 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Build
working-directory: ./exampleSite
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/Congo/
run: hugo --minify --themesDir ../.. --baseURL https://jpanther.github.io/congo/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3