mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Add patch in workflow
This commit is contained in:
parent
38a13023d1
commit
ad91451372
12
.github/workflows/config.patch
vendored
Normal file
12
.github/workflows/config.patch
vendored
Normal 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"
|
3
.github/workflows/gh-pages.yml
vendored
3
.github/workflows/gh-pages.yml
vendored
@ -24,6 +24,9 @@ jobs:
|
|||||||
- name: install theme
|
- name: install theme
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
- name: patch config
|
||||||
|
run: git apply .github/workflows/config.patch
|
||||||
|
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user