Skip to content

Commit

Permalink
update project name
Browse files Browse the repository at this point in the history
  • Loading branch information
OneeMe committed Nov 27, 2024
1 parent dbfdbc1 commit 19fa015
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
- name: Get swift version
run: swift --version
- name: Build
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
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
- name: Publish
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: the-swift-programming-language-in-chinese
projectName: swift-programming-lang
directory: docs
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
node_modules
package-lock.json
**/.docc-build
docs

0 comments on commit 19fa015

Please sign in to comment.