10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00

Add patch in workflow

This commit is contained in:
Anthony Scemama 2020-11-25 00:17:52 +01:00
parent 38a13023d1
commit ad91451372
2 changed files with 15 additions and 0 deletions

12
.github/workflows/config.patch vendored Normal file
View File

@ -0,0 +1,12 @@
diff --git a/config.toml b/config.toml
index 88ba656e..5d97890c 100644
--- a/config.toml
+++ b/config.toml
@@ -1,5 +1,5 @@
-baseURL = "/"
-#baseURL = "http://lcpq.github.io/QUESTDB_website/"
+#baseURL = "/"
+baseURL = "http://lcpq.github.io/QUESTDB_website/"
canonifyurls = true
languageCode = "en-us"

View File

@ -24,6 +24,9 @@ jobs:
- name: install theme
run: git submodule update --init --recursive
- name: patch config
run: git apply .github/workflows/config.patch
- name: make
run: make