We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576a470 commit 861d6f9Copy full SHA for 861d6f9
.github/workflows/firebasedeploy.yml
@@ -42,3 +42,4 @@ jobs:
42
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_DSGT }}
43
projectId: dsgt-website
44
channelId: ${{ github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || 'live' }}
45
+ entryPoint: sites/mainweb
0 commit comments