From d943fbb8f907a7fa5cd17b15dbefb94bcfaac56e Mon Sep 17 00:00:00 2001 From: Ruben Gees Date: Mon, 8 Jan 2024 00:04:31 +0100 Subject: [PATCH] Try setup pages action --- .github/workflows/ci.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6a0c238..f29ee83 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,6 +24,9 @@ jobs: - run: pnpm verify - if: github.ref == 'refs/heads/main' run: pnpm build + - if: github.ref == 'refs/heads/main' + name: Setup Pages + uses: actions/configure-pages@v4 - if: github.ref == 'refs/heads/main' name: Upload page uses: actions/upload-pages-artifact@v3