aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-24 01:25:44 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2023-10-24 01:25:44 +0200
commit58cf2f058f7dc355b2aac6382aa8d2808cf294a0 (patch)
treea39ded0338827e439e1e9bc7cffb1a7911cbcc93
parent780088b16bb44b6ab0a5981872d49a0d5307bf83 (diff)
Fix actions/jekyll-build-pages
Attempt to fix https://github.com/FreshRSS/FreshRSS/issues/5721
-rw-r--r--.github/workflows/jekyll-gh-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml
index 074df45b9..29e21cb3c 100644
--- a/.github/workflows/jekyll-gh-pages.yml
+++ b/.github/workflows/jekyll-gh-pages.yml
@@ -33,7 +33,7 @@ jobs:
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
- source: ./
+ source: ./docs/
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v2