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 0904a11 commit 1d51f40Copy full SHA for 1d51f40
.github/workflows/deploy-blog-optimized.yml
@@ -53,14 +53,14 @@ jobs:
53
# This step will give a clear error if authentication is the problem
54
run: npm install ./xmlui-optimizer
55
56
- - run: cd blog && npm run release-ci-optimized
+ - run: npm run build-blog
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
60
- name: Deploy to Netlify
61
uses: nwtgck/actions-netlify@v3.0
62
with:
63
- publish-dir: ./blog/xmlui-optimized-output
+ publish-dir: ./blog/dist
64
production-deploy: true
65
66
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
0 commit comments