diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c19f296..c747b11 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -23,10 +23,15 @@ jobs: uses: actions/checkout@v4 - name: Setup Pages uses: actions/configure-pages@v4 + - name: Build with Jekyll + uses: actions/jekyll-build-pages@v1 + with: + source: 'docs/' + destination: '_site' - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: - path: 'docs/' + path: '_site' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4