File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2626 - name : Get swift version
2727 run : swift --version
2828 - name : Build
29- run : xcrun docc convert swift-6-beta.docc --output-path ./docs --fallback-display-name "Swift 6 Programming Language" --fallback-bundle-identifier team.swiftgg.swift6 --fallback-bundle-version 1.0.0 --transform-for-static-hosting
29+ run : xcrun docc convert swift-6-beta.docc --output-path ./docs --fallback-display-name "Swift 6 Programming Language" --fallback-bundle-identifier team.swiftgg.swift6 --fallback-bundle-version 1.0.0 --transform-for-static-hosting --experimental-enable-custom-templates
3030 - name : Publish
3131 uses : cloudflare/pages-action@v1
3232 with :
Original file line number Diff line number Diff line change 33<plist version =" 1.0" >
44<dict >
55 <key >CFBundleDisplayName </key >
6- <string >The Swift Programming Language </string >
6+ <string >The Swift Programming Language(中文版) </string >
77 <key >CFBundleIdentifier </key >
8- <string >org.swift .tspl </string >
8+ <string >team.swiftgg .tspl </string >
99 <key >CDDefaultCodeListingLanguage </key >
1010 <string >swift </string >
1111 <key >CDDefaultModuleKind </key >
Original file line number Diff line number Diff line change 1+ < head >
2+ <!-- Google tag (gtag.js) -->
3+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-2QVYLKC71D "> </ script >
4+ < script >
5+ window . dataLayer = window . dataLayer || [ ] ;
6+ function gtag ( ) { dataLayer . push ( arguments ) ; }
7+ gtag ( 'js' , new Date ( ) ) ;
8+
9+ gtag ( 'config' , 'G-2QVYLKC71D' ) ;
10+ </ script >
11+ </ head >
You can’t perform that action at this time.
0 commit comments