Try with PAT (#1049)

* Try with PAT

* Try with PAT
This commit is contained in:
Konnor Rogers
2025-06-10 13:59:52 -04:00
committed by GitHub
parent 555327b2fc
commit 63ec9d5bc1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://openapi.vercel.sh/vercel.json",
"outputDirectory": "packages/webawesome/_site",
"outputDirectory": "packages/webawesome-pro/_site",
"buildCommand": "bash ./vercel.sh"
}

View File

@@ -1,4 +1,5 @@
#!/bin/bash
echo "Running the build!"
cd packages/webawesome && npm run build
git clone "https://konnorrogers:$GITHUB_ACCESS_TOKEN@github.com/shoelace-style/webawesome-pro" packages/webawesome-pro
cd packages/webawesome-pro && npm run build