Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/monkeyWzr/hugo-theme-cactus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGo <monkeywzr@gmail.com>2021-07-04 13:13:01 +0300
committerGitHub <noreply@github.com>2021-07-04 13:13:01 +0300
commit268dbb6439107248fbafce0367a6e9af6e12ddb6 (patch)
treebe451b3e10c58b4f50496a0f439c6a79f6424562
parent763afc0cedfc2c57cd08cfe0caca624e354d0c2a (diff)
parenta845126a906932663cd0d2cae7b63422cf7563c9 (diff)
Merge pull request #73 from monkeyWzr/monkeyWzr-patch-2
Update gh-pages.yml
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index b249cb0..77420ef 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -23,7 +23,7 @@ jobs:
# extended: true
- name: Build
- run: cd cactus/exampleSite && hugo --minify --themesDir ../..
+ run: cd cactus/exampleSite && hugo --minify --themesDir ../.. --baseURL https://www.takuzen.me/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.3