mirror of https://github.com/dapr/docs.git
Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml
This commit is contained in:
parent
97d5d2d2bf
commit
47b5a60117
|
@ -32,11 +32,11 @@ jobs:
|
|||
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
|
||||
app_location: "/daprdocs" # App source code path
|
||||
api_location: "api" # Api source code path - optional
|
||||
app_artifact_location: '/bin/staticsites/ss-oryx/app/daprdocs' # Built app content directory - optional
|
||||
app_artifact_location: '/bin/staticsites/ss-oryx/app/publish' # Built app content directory - optional
|
||||
app_build_command: hugo
|
||||
###### End of Repository/Build Configurations ######
|
||||
- name: Test
|
||||
run: ls -l daprdocs/publish && ls -l /bin/staticsites/ss-oryx/app
|
||||
run: ls -l /bin/staticsites/ss-oryx/app && ls -l /
|
||||
|
||||
close_pull_request_job:
|
||||
if: github.event_name == 'pull_request' && github.event.action == 'closed'
|
||||
|
|
Loading…
Reference in New Issue