File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
- name : Get swift version
27
27
run : swift --version
28
28
- 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
30
30
- name : Publish
31
31
uses : cloudflare/pages-action@v1
32
32
with :
33
33
apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
34
34
accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
35
- projectName : the- swift-programming-language-in-chinese
35
+ projectName : swift-programming-lang
36
36
directory : docs
37
37
gitHubToken : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 2
2
node_modules
3
3
package-lock.json
4
4
** /.docc-build
5
+ docs
6
+
You can’t perform that action at this time.
0 commit comments