├── README.md ├── action.yml ├── logo.png └── scripts ├── delete.mjs ├── deploy.mjs ├── ignore-build.mjs ├── setup.mjs └── vercel.mjs /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/action.yml -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/logo.png -------------------------------------------------------------------------------- /scripts/delete.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/scripts/delete.mjs -------------------------------------------------------------------------------- /scripts/deploy.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/scripts/deploy.mjs -------------------------------------------------------------------------------- /scripts/ignore-build.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/scripts/ignore-build.mjs -------------------------------------------------------------------------------- /scripts/setup.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/scripts/setup.mjs -------------------------------------------------------------------------------- /scripts/vercel.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/snaplet/vercel-action/HEAD/scripts/vercel.mjs --------------------------------------------------------------------------------