From 19d697da608e9b9a1116606871b8b5cf192e6723 Mon Sep 17 00:00:00 2001 From: Xriuk Date: Sun, 14 Apr 2024 18:33:50 +0200 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index f62fe25..7493e31 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -57,12 +57,15 @@ jobs: id: pages uses: actions/configure-pages@v5 - name: Build with Jekyll + working-directory: "docs" # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" env: JEKYLL_ENV: production - name: Upload artifact uses: actions/upload-pages-artifact@v3 + with: + path: "docs/_site" deploy: environment: