Skip to content

Commit a3b68f3

Browse files
committed
wip
1 parent 37110a5 commit a3b68f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-blog-optimized.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ jobs:
6262
DOCS_XMLUI_MAX_RELEASES_LENGTH: ${{ github.event.inputs.max_releases }}
6363

6464
- name: Deploy to Netlify
65-
uses: nwtgck/actions-netlify@v2.0.0
65+
uses: nwtgck/actions-netlify@v3.0
6666
with:
67-
publish-dir: ./xmlui-optimized-output
67+
publish-dir: ./blog/xmlui-optimized-output
6868
production-deploy: true
6969
env:
7070
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)