Skip to content

Commit

Permalink
Merge pull request #20 from devsapp/dumi
Browse files Browse the repository at this point in the history
Bump versions
  • Loading branch information
loganhz authored May 20, 2024
2 parents fa3a3ba + 235f0a0 commit c2ee3c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docusaurus/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Type: Project
Name: website-docusaurus-v3
Provider:
- 阿里云
Version: 0.0.11
Version: 0.0.12
Description: 本案例将 Docusaurus ,这一使用者广泛的网站生成器,快速创建并部署到阿里云函数计算 FC 。
HomePage: https://github.com/devsapp/start-website
Organization: 阿里云函数计算(FC)
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:
path: ./code
- run: export PATH=/usr/local/versions/node/v20.8.1/bin:$PATH && npm run build
path: ./code
- run: cp nginx.conf ./code/build/nginx.conf
- run: cp nginx.conf ./build/nginx.conf
path: ./code
props:
region: ${vars.region}
Expand Down
2 changes: 1 addition & 1 deletion dumi/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Edition: 3.0.0
Type: Project
Name: website-dumi-v3
Version: 0.0.8
Version: 0.0.9
Provider:
- 阿里云 # 取值内容参考:https://api.devsapp.cn/v3/common/args.html
Description: 本案例将 Dumi ,这一为 React 组件和库的开发者量身打造的文档生成器,快速创建并部署到阿里云函数计算 FC 。
Expand Down
2 changes: 1 addition & 1 deletion dumi/src/s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resources:
path: ./code
- run: export PATH=/usr/local/versions/node/v20.8.1/bin:$PATH && npm run build
path: ./code
- run: cp nginx.conf ./code/dist/nginx.conf
- run: cp nginx.conf ./dist/nginx.conf
path: ./code
props:
region: ${vars.region}
Expand Down

0 comments on commit c2ee3c4

Please sign in to comment.