From 9c6eda767327ec2d3e440d2ee8bdcd4339936abe Mon Sep 17 00:00:00 2001 From: tree Date: Fri, 20 Jan 2023 02:12:26 +0100 Subject: [PATCH] Update deploy workflow --- .github/workflows/gh-pages.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index e8261b8..161e78b 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,15 +24,12 @@ jobs: node-version: 18 - name: Install dependencies - working-directory: ./website run: npm ci - name: Build - working-directory: ./website run: npm run build - name: Add custom domain - working-directory: ./website run: "touch build/CNAME && echo \"dev.prgblockweek.com\" >> build/CNAME" - name: Deploy @@ -43,4 +40,4 @@ jobs: if: ${{ github.ref == 'refs/heads/main' }} with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./website/build + publish_dir: ./build