Skip to content

Commit

Permalink
Docs: add post (#4309)
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Yang <[email protected]>
  • Loading branch information
yangchuansheng authored Nov 16, 2023
1 parent 5d8e670 commit 195165f
Show file tree
Hide file tree
Showing 13 changed files with 339 additions and 140 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
cp -r docs/4.0/i18n/zh-Hans/ ${{ env.BUILD_PATH }}/i18n/zh-Hans/docusaurus-plugin-content-docs/current/
cp docs/4.0/i18n/zh-Hans/current.json ${{ env.BUILD_PATH }}/i18n/zh-Hans/docusaurus-plugin-content-docs/current.json
cp docs/4.0/code.json ${{ env.BUILD_PATH }}/i18n/zh-Hans/code.json
mkdir -p ${{ env.BUILD_PATH }}/i18n/zh-Hans/docusaurus-plugin-content-blog/
cp -r blog/zh-Hans/ ${{ env.BUILD_PATH }}/i18n/zh-Hans/docusaurus-plugin-content-blog
cp blog/zh-Hans/options.json ${{ env.BUILD_PATH }}/i18n/zh-Hans/docusaurus-plugin-content-blog/options.json
- name: Detect package manager
id: detect-package-manager
Expand Down
135 changes: 0 additions & 135 deletions docs/blog/2022/06/30/sealos-is-unique.md

This file was deleted.

Loading

0 comments on commit 195165f

Please sign in to comment.