diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 8a6d0cb..27ddc6e 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -32,7 +32,7 @@ jobs: uses: jaywcjlove/markdown-to-html-cli@main with: source: README.md - output: index.html + output: ./processed/index.html github-corners: https://github.com/jaywcjlove/markdown-to-html-cli favicon: data:image/svg+xml,🌐 - name: Setup Pages @@ -40,7 +40,7 @@ jobs: - name: Build with Jekyll uses: actions/jekyll-build-pages@v1 with: - source: ./ + source: ./processed destination: ./_site - name: Upload artifact uses: actions/upload-pages-artifact@v2