Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

cache .mo files for build time optimization#320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Dumeng merged 19 commits intopython:masterfromDumeng:master
Aug 6, 2023
Merged
Changes fromall commits
Commits
Show all changes
19 commits
Select commitHold shift + click to select a range
cd2b341
Merge pull request #1 from python/master
DumengAug 3, 2023
7f439f0
Add issue template
DumengAug 3, 2023
8530ab1
Add tx stat
DumengAug 3, 2023
77a36b1
Update json output
DumengAug 3, 2023
94ebe6a
Fix dir path
DumengAug 3, 2023
af4aaaa
Update readme badge
DumengAug 3, 2023
7b67886
Fix typo
DumengAug 3, 2023
156beca
Add update time
DumengAug 4, 2023
7c3ff3d
Merge branch 'master' into master
DumengAug 4, 2023
6dd2503
Add cache layer
DumengAug 4, 2023
3dff838
Restore git timestamp for enabling build cache
DumengAug 4, 2023
2896f1d
Restore git timestamp with another method
DumengAug 4, 2023
7e2b982
Restore git timestamp
DumengAug 4, 2023
a2f1df8
Update only Doc dir
DumengAug 4, 2023
3c9860e
Run dummy build instead
DumengAug 4, 2023
c2b48e2
qMerge branch 'master' of https://github.com/python/python-docs-zh-cn…
DumengAug 4, 2023
235d392
Cache .mo files
DumengAug 5, 2023
70e59cf
Avoid clean cache
DumengAug 5, 2023
765ddaf
Merge branch 'master' of https://github.com/python/python-docs-zh-cn
DumengAug 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion.github/workflows/sync.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -27,11 +27,19 @@ jobs:
repository: 'python/cpython'
ref: ${{env.VERSION}}
path: cpython
- uses: actions/cache/restore@v3
with:
path: |
cpython/Doc/build
docs
key: cache-${{ inputs.version }}-${{ github.run_id }}
restore-keys: cache-${{ inputs.version }}-
- name: Checkout Current Branch
uses: actions/checkout@v3
with:
ref: ${{env.VERSION}}
path: docs
clean: false
- name: prepare
run: .github/scripts/prepare.sh
- name: update
Expand All@@ -47,7 +55,9 @@ jobs:
run: .github/scripts/build.sh
- uses: actions/cache/save@v3
with:
path: cpython/Doc/build
path: |
cpython/Doc/build
docs
key: cache-${{ inputs.version }}-${{ github.run_id }}
- name: stat
run: python .github/scripts/tx_stat.py > ./docs/.stat.json
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp