Skip to content

Commit 92c8d54

Browse files
committed
update
1 parent 303511d commit 92c8d54

File tree

4 files changed

+2
-207
lines changed

4 files changed

+2
-207
lines changed

.github/workflows/deploy.yaml

+2-2
Original file line numberDiff line numberDiff 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 }}

swift-6-beta.docc/footer.html

-150
This file was deleted.

swift-6-beta.docc/header-publish.html

-31
This file was deleted.

swift-6-beta.docc/header-staging.html

-24
This file was deleted.

0 commit comments

Comments
 (0)