From 7d414ad4f5822342e50d01e0db5902e814a7adb8 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 28 Feb 2024 17:43:47 +0200 Subject: [PATCH] CI: Tentative fix --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index adb3baf71..3653b6f92 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -31,7 +31,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./_site + publish_dir: _site/ keep_files: true - name: Add deploy link uses: actions/github-script@v6