diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9d93dc96..6bba3370 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,14 +22,11 @@ jobs: cache: npm - name: Install dependencies - working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website run: npm ci - name: Build website - working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website run: npm run build - name: test - working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website run: | ls pwd diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 6e6254c9..1393d076 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -22,7 +22,5 @@ jobs: - name: Install dependencies run: npm ci - working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website - name: Test build website - working-directory: /home/runner/work/DevilLib-Docs/DevilLib-Docs/my-website run: npm run build \ No newline at end of file