From 0f1accdb04fead6165c71d5568ab77fa210a505c Mon Sep 17 00:00:00 2001 From: Addie Rudy Date: Wed, 8 May 2024 13:19:27 -0400 Subject: [PATCH] ci(github pages): fixed build issue relating to GitHub pages (#27) --- .github/workflows/deploy-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index c86a160..40d25d2 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/setup-node@v3 + uses: actions/checkout@v3 - name: Setup Node uses: actions/setup-node@v3 with: