File tree Expand file tree Collapse file tree 4 files changed +2
-207
lines changed Expand file tree Collapse file tree 4 files changed +2
-207
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 --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
3030 - name : Publish
3131 uses : cloudflare/pages-action@v1
3232 with :
3333 apiToken : ${{ secrets.CLOUDFLARE_API_TOKEN }}
3434 accountId : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
3535 projectName : swift-programming-lang
36- directory : docs
36+ directory : ./ docs
3737 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