Skip to content

Commit 9b0b7ca

Browse files
committed
Update deployment to only deploy to static website hosting in Azure
1 parent b69c3de commit 9b0b7ca

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/deployment.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ jobs:
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v4
14-
- name: Download build artifact
15-
uses: actions/download-artifact@v4
16-
with:
17-
name: documentation
18-
path: public
1914
- name: Build And Deploy
2015
uses: Azure/static-web-apps-deploy@v1
2116
with:

0 commit comments

Comments
 (0)