diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index b2dd9b35c..9fdab34de 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -57,9 +57,9 @@ jobs: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }} repo_token: ${{ secrets.GITHUB_TOKEN }} action: "upload" - app_location: "daprdocs/public/" + app_location: "/" api_location: "daprdocs/public/" - output_location: "" + output_location: "/daprdocs/public/" skip_app_build: true skip_deploy_on_missing_secrets: true - name: Upload Hugo artifacts @@ -106,4 +106,4 @@ jobs: pip install --upgrade bs4 pip install --upgrade 'algoliasearch>=2.0,<3.0' - name: Index site - run: python ./.github/scripts/algolia.py ./site \ No newline at end of file + run: python ./.github/scripts/algolia.py ./site