diff --git a/.github/workflows/config.patch b/.github/workflows/config.patch new file mode 100644 index 00000000..888f23d9 --- /dev/null +++ b/.github/workflows/config.patch @@ -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" diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 30bf5d07..7fe6b480 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -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