From dcecc25537dd9e0372f6f34197c1f076f7042ccf Mon Sep 17 00:00:00 2001 From: Toby Date: Sun, 3 Sep 2023 11:44:35 -0700 Subject: [PATCH] ci: fix publish scripts --- .github/workflows/scripts.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml index a4c18ed..912a094 100644 --- a/.github/workflows/scripts.yml +++ b/.github/workflows/scripts.yml @@ -11,6 +11,9 @@ jobs: deployments: write name: Publish scripts to Cloudflare Pages steps: + - name: Check out + uses: actions/checkout@v3 + - name: Publish to Cloudflare Pages uses: cloudflare/pages-action@v1 with: