Skip to content

Commit 1d51f40

Browse files
committed
wip
1 parent 0904a11 commit 1d51f40

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
@@ -53,14 +53,14 @@ jobs:
5353
# This step will give a clear error if authentication is the problem
5454
run: npm install ./xmlui-optimizer
5555

56-
- run: cd blog && npm run release-ci-optimized
56+
- run: npm run build-blog
5757
env:
5858
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5959

6060
- name: Deploy to Netlify
6161
uses: nwtgck/actions-netlify@v3.0
6262
with:
63-
publish-dir: ./blog/xmlui-optimized-output
63+
publish-dir: ./blog/dist
6464
production-deploy: true
6565
env:
6666
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)