From 27103563fe959fc093e43ee05c378bc9452f32c6 Mon Sep 17 00:00:00 2001 From: Lyxal <36217120+Lyxal@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:52:47 +1100 Subject: [PATCH] Update deploy-pages.yaml --- .github/workflows/deploy-pages.yaml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/deploy-pages.yaml b/.github/workflows/deploy-pages.yaml index b1b4e7e..e29ac41 100644 --- a/.github/workflows/deploy-pages.yaml +++ b/.github/workflows/deploy-pages.yaml @@ -31,24 +31,10 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v2 - - name: Set up Node.js 19 - uses: actions/setup-node@v3 - with: - node-version: 19 - - - name: Install dependencies - run: npm install - - - name: Build - run: npm run build - env: - NODE_ENV: "production" - - name: Upload built HTML uses: actions/upload-pages-artifact@v1 with: - path: './dist' - + path: '.' - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v1