From ad91451372241028ab86f8c9f667cc3a15de7a44 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Wed, 25 Nov 2020 00:17:52 +0100 Subject: [PATCH] Add patch in workflow --- .github/workflows/config.patch | 12 ++++++++++++ .github/workflows/gh-pages.yml | 3 +++ 2 files changed, 15 insertions(+) create mode 100644 .github/workflows/config.patch 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