From 10ffb40c1f2271320caeb5723acb001e8c1912fb Mon Sep 17 00:00:00 2001 From: "RobLabs.com" Date: Tue, 16 Apr 2024 20:20:24 -0700 Subject: [PATCH] rename to test --- .github/workflows/deploy.yml | 2 +- test/package.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a7d5bd2..3a04af6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -23,7 +23,7 @@ jobs: - name: Install, build, and upload your site uses: withastro/action@v2 with: - path: ./demo # The root location of your Astro project inside the repository. (optional) + path: ./test # The root location of your Astro project inside the repository. (optional) node-version: 20 # The specific version of Node that should be used to build your site. Defaults to 20. (optional) package-manager: pnpm@latest # The Node package manager that should be used to install dependencies and build your site. Automatically detected based on your lockfile. (optional) diff --git a/test/package.json b/test/package.json index 1f00026..7c14ebc 100644 --- a/test/package.json +++ b/test/package.json @@ -3,6 +3,7 @@ "type": "module", "version": "0.0.1", "scripts": { + "github:runner": "cd actions-runner && ./run.sh", "dev": "astro dev", "start": "astro dev", "build": "astro build",