Skip to content

Commit

Permalink
fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
figonzal1 committed Aug 4, 2024
1 parent 0e4da9e commit e03c350
Show file tree
Hide file tree
Showing 3 changed files with 268 additions and 269 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Checkout your repository using git
uses: actions/checkout@v3
- name: Deploy to FTP server
uses: radenpioneer/astro-ftp-deploy@v0.1.1
uses: figonzal1/astro-ftp-deploy@main
with:
server: ${{ secrets.SFTP_SERVER }}
username: ${{ secrets.SFTP_USERNAME }}
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.8.3",
"@astrojs/react": "^3.6.0",
"@astrojs/check": "^0.9.1",
"@astrojs/react": "^3.6.1",
"@astrojs/tailwind": "^5.1.0",
"@fontsource-variable/quicksand": "^5.0.18",
"@midudev/tailwind-animations": "^0.0.7",
Expand All @@ -24,14 +24,14 @@
"@radix-ui/react-slot": "^1.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.12.2",
"astro": "^4.13.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel": "^8.1.7",
"embla-carousel-auto-scroll": "^8.1.7",
"embla-carousel-autoplay": "^8.1.7",
"embla-carousel-react": "^8.1.7",
"lucide-react": "^0.408.0",
"embla-carousel": "^8.1.8",
"embla-carousel-auto-scroll": "^8.1.8",
"embla-carousel-autoplay": "^8.1.8",
"embla-carousel-react": "^8.1.8",
"lucide-react": "^0.424.0",
"postcss": "^8.4.40",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading

0 comments on commit e03c350

Please sign in to comment.