diff --git a/build-assets/package.json b/build-assets/package.json index 47691c0..a92f50e 100644 --- a/build-assets/package.json +++ b/build-assets/package.json @@ -71,7 +71,7 @@ "trigger-workflow-test-docker-linux-arm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-arm.sh", "trigger-travis-macos": "bash xpacks/@xpack-dev-tools/xbb-helper/travis/trigger-travis-macos.sh", "trigger-workflow-publish-release": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-publish-release.sh", - "generate-website-blog-post": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/generate-website-blog-post.sh", + "generate-website-blog-post": "bash xpacks/@xpack-dev-tools/xbb-helper/maintainer-scripts/website-generate-blog-post.sh", "update-package-binaries": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/update-package-binaries.sh", "trigger-workflow-test-xpm": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-xpm.sh", "trigger-workflow-deep-clean": "bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh", diff --git a/build-assets/templates/body-blog-release-post-part-1-liquid.mdx b/website/blog/_templates/blog-post-release-part-1-liquid.mdx similarity index 100% rename from build-assets/templates/body-blog-release-post-part-1-liquid.mdx rename to website/blog/_templates/blog-post-release-part-1-liquid.mdx diff --git a/build-assets/templates/body-blog-release-post-part-2-liquid.mdx b/website/blog/_templates/blog-post-release-part-2-liquid.mdx similarity index 100% rename from build-assets/templates/body-blog-release-post-part-2-liquid.mdx rename to website/blog/_templates/blog-post-release-part-2-liquid.mdx