-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate from xcworkspace to swift package (#119)
* use swift package instead of xcworkspace * use docc * concurrency fixes
- Loading branch information
Showing
1,058 changed files
with
1,427 additions
and
23,543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
name: Docs | ||
|
||
on: | ||
push: | ||
tags: | ||
- '*' | ||
|
||
jobs: | ||
macos: | ||
runs-on: macos-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Generate documentation | ||
run: | | ||
swift package --allow-writing-to-directory docs generate-documentation \ | ||
--target BigInt \ | ||
--disable-indexing \ | ||
--output-path docs \ | ||
--transform-for-static-hosting | ||
- name: Commit docs | ||
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "GitHub Actions" | ||
git add ./docs | ||
git commit -m "Update docs" | ||
git push origin HEAD:master |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
BigInt.xcodeproj/project.xcworkspace/contents.xcworkspacedata
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
BigInt.xcodeproj/project.xcworkspace/xcshareddata/BigInt.xcscmblueprint
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
BigInt.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
...cbaselines/BB241C601DDB70B00067F917.xcbaseline/3714311D-5102-4569-B213-8DC87DC6C2F3.plist
This file was deleted.
Oops, something went wrong.
92 changes: 0 additions & 92 deletions
92
...cbaselines/BB241C601DDB70B00067F917.xcbaseline/3B06D4DF-FC61-43AE-8115-CA5059B5AB1B.plist
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.