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