From 6f29c203ce4d5d298ce201e4e08d9795a62e3d4a Mon Sep 17 00:00:00 2001 From: PCloud Date: Fri, 20 Dec 2024 16:40:12 +0000 Subject: [PATCH] chore: do not setup pages --- .github/workflows/cd.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 80ae4ba..9008324 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -42,10 +42,6 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} - - name: Setup Pages - id: pages - uses: actions/configure-pages@v5 - - name: Sync content with Notion env: NOTION_TOKEN: ${{ secrets.NOTION_TOKEN }}