Skip to content

Commit

Permalink
ci: 推送文档到s3时,不同步p/*目录下的文件 (DragonOS-Community#1050)
Browse files Browse the repository at this point in the history
这些文件夹被用于其他子项目的文档
  • Loading branch information
fslongjin authored and BrahmaMantra committed Dec 9, 2024
1 parent 74479eb commit aa52f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-multiversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.DOCS_DEPLOY_S3_SECRET_KEY }}

run: |
aws s3 sync ./_build/html s3://dragonos-docs --delete
aws s3 sync ./_build/html s3://dragonos-docs --delete --exclude "p/*"

0 comments on commit aa52f3f

Please sign in to comment.