Skip to content

Commit e6b3139

Browse files
authored
Update stride-docs-release-azure.yml
1 parent ae35397 commit e6b3139

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/stride-docs-release-azure.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
gh release create ${{ env.VERSION }} --title "v${{ env.VERSION }}" --notes "Release notes for ${{ env.VERSION }}" --draft
8181
env:
8282
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83+
working-directory: ${{ env.DOCS_PATH }}
8384

8485
deploy:
8586
if: github.repository == 'stride3d/stride-docs'
@@ -109,4 +110,4 @@ jobs:
109110
app-name: 'stride-doc'
110111
slot-name: 'Production'
111112
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4803638D673FA67D0C8650F34C4FA9D1 }}
112-
package: ./${{ env.DOCS_PATH }}/_site
113+
package: ./${{ env.DOCS_PATH }}/_site

0 commit comments

Comments
 (0)