We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9f4a6 commit 5961d56Copy full SHA for 5961d56
.github/workflows/deploy.yml
@@ -76,7 +76,7 @@ jobs:
76
echo "NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=${{ secrets.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY }}" >> .env.prod
77
${{ steps.detect-package-manager.outputs.runner }} build
78
- name: Upload artifact
79
- uses: actions/upload-pages-artifact@v4
+ uses: actions/upload-pages-artifact@v3
80
with:
81
path: ./docs/out
82
overwrite: true
0 commit comments