Update azure-static-web-apps-agreeable-mushroom-00aa4761e.yml

This commit is contained in:
Aaron Crawfis 2020-09-14 18:26:54 -07:00 committed by GitHub
parent 97d5d2d2bf
commit 47b5a60117
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'