File tree 4 files changed +2
-207
lines changed
4 files changed +2
-207
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 --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
29
+ run : xcrun docc convert swift-6-beta.docc --output-path ./docs --transform-for-static-hosting --experimental-enable-custom-templates
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
35
projectName : swift-programming-lang
36
- directory : docs
36
+ directory : ./ docs
37
37
gitHubToken : ${{ secrets.GITHUB_TOKEN }}
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments