Browse Source

Update stride-docs-release-azure.yml

Vaclav Elias 1 year ago
parent
commit
e6b3139b95
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/stride-docs-release-azure.yml

+ 2 - 1
.github/workflows/stride-docs-release-azure.yml

@@ -80,6 +80,7 @@ jobs:
         gh release create ${{ env.VERSION }} --title "v${{ env.VERSION }}" --notes "Release notes for ${{ env.VERSION }}" --draft
       env:
         GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+      working-directory: ${{ env.DOCS_PATH }}
 
   deploy:
     if: github.repository == 'stride3d/stride-docs'
@@ -109,4 +110,4 @@ jobs:
         app-name: 'stride-doc'
         slot-name: 'Production'
         publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4803638D673FA67D0C8650F34C4FA9D1 }}
-        package: ./${{ env.DOCS_PATH }}/_site
+        package: ./${{ env.DOCS_PATH }}/_site