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 37110a5 commit a3b68f3Copy full SHA for a3b68f3
.github/workflows/deploy-blog-optimized.yml
@@ -62,9 +62,9 @@ jobs:
62
DOCS_XMLUI_MAX_RELEASES_LENGTH: ${{ github.event.inputs.max_releases }}
63
64
- name: Deploy to Netlify
65
- uses: nwtgck/actions-netlify@v2.0.0
+ uses: nwtgck/actions-netlify@v3.0
66
with:
67
- publish-dir: ./xmlui-optimized-output
+ publish-dir: ./blog/xmlui-optimized-output
68
production-deploy: true
69
env:
70
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
0 commit comments