Skip to content

Commit

Permalink
ci: fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Jan 15, 2025
1 parent b18d596 commit a6a2071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{secrets.AWS_SECRET_ACCESS_KEY}}
AWS_DEFAULT_REGION: ${{secrets.AWS_DEFAULT_REGION}}
run: |
aws s3 cp ./_build/markdown/llm.txt ${{secrets.AWS_HOMEPAGE_BUCKET}}/llm.txt
aws s3 cp ./_build/markdown/llm.md ${{secrets.AWS_HOMEPAGE_BUCKET}}/llm.txt
aws cloudfront create-invalidation --distribution-id ${{secrets.AWS_CLOUDFRONT_HOMEPAGE_DISTRIBUTION_ID}} --paths "/llm.txt"
llm-upload-zh:
Expand All @@ -43,5 +43,5 @@ jobs:
- name: upload
run: |
aliyun configure set --profile default --mode AK --access-key-id ${{secrets.ALIBABA_CLOUD_ACCESS_KEY_ID}} --access-key-secret ${{secrets.ALIBABA_CLOUD_ACCESS_KEY_SECRET}} --region ${{secrets.ALIBABA_REGION}}
echo y | aliyun oss cp ./_build/markdown/llm.txt ${{secrets.ALIYUN_HOMEPAGE_BUCKET}}/llm.txt
echo y | aliyun oss cp ./_build/markdown/llm.md ${{secrets.ALIYUN_HOMEPAGE_BUCKET}}/llm.txt
aliyun cdn RefreshObjectCaches --ObjectPath https://www.moonbitlang.cn/llm.txt --ObjectType File

0 comments on commit a6a2071

Please sign in to comment.