We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae35397 commit e6b3139Copy full SHA for e6b3139
.github/workflows/stride-docs-release-azure.yml
@@ -80,6 +80,7 @@ jobs:
80
gh release create ${{ env.VERSION }} --title "v${{ env.VERSION }}" --notes "Release notes for ${{ env.VERSION }}" --draft
81
env:
82
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
83
+ working-directory: ${{ env.DOCS_PATH }}
84
85
deploy:
86
if: github.repository == 'stride3d/stride-docs'
@@ -109,4 +110,4 @@ jobs:
109
110
app-name: 'stride-doc'
111
slot-name: 'Production'
112
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_4803638D673FA67D0C8650F34C4FA9D1 }}
- package: ./${{ env.DOCS_PATH }}/_site
113
+ package: ./${{ env.DOCS_PATH }}/_site
0 commit comments