File tree 1 file changed +0
-27
lines changed
1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change 35
35
name : release
36
36
path : _site.zip
37
37
38
- deploy_job :
39
- if : (github.event_name == 'push' && github.repository == 'SkylineCommunications/dataminer-docs-connectors')
40
- runs-on : ubuntu-latest
41
- needs : build_job
42
- name : Deploy Job
43
- steps :
44
- - uses : actions/download-artifact@v4
45
- with :
46
- name : release
47
- path : .
48
- - name : Unzip artifact for deployment
49
- run : Expand-Archive -Path _site.zip -DestinationPath ./_site
50
- shell : pwsh
51
- - name : Build And Deploy
52
- id : builddeploy
53
- uses : Azure/static-web-apps-deploy@v1
54
- with :
55
- azure_static_web_apps_api_token : ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_HAPPY_DUNE_071CBEE03 }}
56
- repo_token : ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
57
- action : " upload"
58
- # ##### Repository/Build Configurations - These values can be configured to match your app requirements. ######
59
- # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
60
- app_location : " /_site" # App source code path
61
- api_location : " " # Api source code path - optional
62
- output_location : " " # Built app content directory - optional
63
- # ##### End of Repository/Build Configurations ######
64
-
65
38
deploy_job_SA_SWA_connectordocs :
66
39
if : (github.event_name == 'push' && github.repository == 'SkylineCommunications/dataminer-docs-connectors')
67
40
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments