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 12:39:59 +0300
committerGitHub <noreply@github.com>2021-07-04 12:39:59 +0300
commit6f6c6ce04806e53df090ccdc68a15c44e676d09b (patch)
treee39761a80802b5913099bc57af1fec8d72f5e816
parent622f23bcd01c65dfd51fcb98829c88893fc32a22 (diff)
Update gh-pages.yml
fix action settings
-rw-r--r--.github/workflows/gh-pages.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 709cfb2..930fb45 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -23,11 +23,11 @@ jobs:
# extended: true
- name: Build
- run: cd exampleSite && hugo --minify --themesDir ../..
+ run: cd cactus/exampleSite && hugo --minify --themesDir ../..
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.3
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- publish_dir: ./public
+ publish_dir: cactus/exampleSite/public