Browse Source

Fix actions/jekyll-build-pages
Attempt to fix https://github.com/FreshRSS/FreshRSS/issues/5721

Alexandre Alapetite 2 years ago
parent
commit
58cf2f058f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/jekyll-gh-pages.yml

+ 1 - 1
.github/workflows/jekyll-gh-pages.yml

@@ -33,7 +33,7 @@ jobs:
       - name: Build with Jekyll
       - name: Build with Jekyll
         uses: actions/jekyll-build-pages@v1
         uses: actions/jekyll-build-pages@v1
         with:
         with:
-          source: ./
+          source: ./docs/
           destination: ./_site
           destination: ./_site
       - name: Upload artifact
       - name: Upload artifact
         uses: actions/upload-pages-artifact@v2
         uses: actions/upload-pages-artifact@v2