diff --git a/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml b/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml index bd670aa58..2b0b0809a 100644 --- a/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml +++ b/.github/workflows/azure-static-web-apps-agreeable-mushroom-00aa4761e.yml @@ -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'