Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade astro from 4.8.4 to 5.1.3 #863

Open
wants to merge 10 commits into
base: develop-fixed-dco
Choose a base branch
from
Prev Previous commit
Next Next commit
fix: install dependencies
Signed-off-by: pranalidhanavade <pranali.dhanavade@ayanworks.com>
  • Loading branch information
pranalidhanavade committed Jan 10, 2025
commit 38d354e02155b7dba088db6afe45b6af368c5f88
4 changes: 3 additions & 1 deletion .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -71,7 +71,9 @@ jobs:
echo "PUBLIC_REDIRECT_FROM_URL=https://dev.credebl.id" >> .env

- name: Build step
run: pnpm install && npm run build # 📝 Update the build command(s)
run: |
npm install -g pnpm
pnpm install && npm run build # 📝 Update the build command(s)

- name: Upload to Deno Deploy
uses: denoland/deployctl@v1
Loading