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:17:39 +0300
committerGitHub <noreply@github.com>2021-07-04 13:17:39 +0300
commit8f594f9d79d40f50c594bd290ffd3bd83dba9a55 (patch)
treeeea7e59f90f8fed366d4471eefef8d39420c45c7
parent268dbb6439107248fbafce0367a6e9af6e12ddb6 (diff)
Update gh-pages.yml
try to make the gh-pages work...
-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 77420ef..c6e0df9 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 ../.. --baseURL https://www.takuzen.me/
+ run: cd cactus/exampleSite && hugo --minify --themesDir ../.. --baseURL https://www.takuzen.me/hugo-theme-cactus/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.3