Skip to content

Commit

Permalink
Fix submodule update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-arthur committed Sep 19, 2024
1 parent cea2740 commit 2b062c6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-theme-submodule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- name: Deploy to Azure Web App
uses: azure/webapps-deploy@v2
with:
app-name: ${{ secrets.AZURE_WEBAPP_NAME }}
app-name: ${{ env.AZURE_WEBAPP_NAME }}
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
images: 'ghcr.io/${{ env.REPO }}:${{ github.sha }}'
package: . # Deploy the updated repository

0 comments on commit 2b062c6

Please sign in to comment.