You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
# GitHub Action for deploying to Azure Static Web Apps
2
2
3
-
This Github Action enables developers to build and publish their applications to Azure App Service Static Web Apps. This action utilizes [Oryx](https://github.com/microsoft/Oryx) to detect and build an application, then uploads the resulting application content, as well as any Azure Functions, to Azure. You can find more information about the available options and expected behavior of this action in our documentation [here](https://aka.ms/swadocs).
3
+
This Github Action enables developers to build and publish their applications to Azure App Service Static Web Apps. This action utilizes [Oryx](https://github.com/microsoft/Oryx) to detect and build an application, then uploads the resulting application content, as well as any Azure Functions, to Azure.
4
+
5
+
*[More information about Azure Static Web Apps](https://aka.ms/swadocs)
6
+
*[More information about this GitHub Action Workflow](https://aka.ms/swaworkflowconfig)
4
7
5
8
## Issues and Feedback
6
9
If you’d like to report an issue or provide feedback, please create issues against this [repository](https://github.com/azure/static-web-apps).
0 commit comments