Skip to content

Commit

Permalink
chore: Remove Astro Studio GitHub workflows (#543)
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker authored Nov 9, 2024
1 parent 70de95a commit ab768e6
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 110 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: CI

env:
ASTRO_STUDIO_APP_TOKEN: ${{ secrets.ASTRO_STUDIO_APP_TOKEN }}
ASTRO_DB_REMOTE_URL: ${{ secrets.ASTRO_DB_REMOTE_URL }}
ASTRO_DB_APP_TOKEN: ${{ secrets.ASTRO_DB_APP_TOKEN }}

on:
push:
Expand Down
43 changes: 0 additions & 43 deletions .github/workflows/studio.yml

This file was deleted.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@nanostores/react": "^0.8.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"astro": "^4.16.8",
"astro-expressive-code": "^0.38.1",
"astro": "^4.16.10",
"astro-expressive-code": "^0.38.3",
"astro-font": "^0.1.81",
"astro-loading-indicator": "^0.6.0",
"autoprefixer": "^10.4.20",
Expand All @@ -58,7 +58,7 @@
"@playwright/test": "^1.48.2",
"@radix-ui/colors": "^3.0.0",
"@types/howler": "^2.2.12",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"hastscript": "^9.0.0",
"html-validate": "^8.24.2",
"husky": "^9.1.6",
Expand Down
126 changes: 63 additions & 63 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ab768e6

Please sign in to comment.