File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 - name : Get swift version
2727 run : swift --version
2828 - name : Build
29- run : xcrun docc convert swift-6-beta.docc --output-path ./docs --hosting-base-path swift-6-beta -- fallback-display-name "Swift 6 Beta " --fallback-bundle-identifier com.example.swift6beta --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
3030 - name : Publish
3131 uses : cloudflare/pages-action@v1
3232 with :
3333 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
3434 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
35- projectName : the- swift-programming-language-in-chinese
35+ projectName : swift-programming-lang
3636 directory : docs
3737 gitHubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 22node_modules
33package-lock.json
44** /.docc-build
5+ docs
6+
You can’t perform that action at this time.
0 commit comments