File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
run : |
54
54
New-Item -Path . -Name root -ItemType Directory
55
55
git -C root init
56
- git -C root config --local user.email "[email protected] "
56
+ git -C root config --local user.email ${{ github.actor }}@users.noreply.github.com "
57
57
git -C root config --local user.email "Saleem Abdulrasool"
58
- git -C root remote add origin git @github.com:compnerd/swift-win32.git
58
+ git -C root remote add origin origin https://x-access-token:${{ secrets.PAT }} @github.com/${{ github.repository }}
59
59
swift doc generate Sources\SwiftWin32\CG --module-name CoreGraphics --output root\CoreGraphics --format html --base-url https://compnerd.github.io/swift-win32/CoreGraphics
60
60
swift doc generate Sources\SwiftWin32 --module-name SwiftWin32 --output root\SwiftWin32 --format html --base-url https://compnerd.github.io/swift-win32/SwiftWin32
61
61
swift doc generate Sources\SwiftWin32UI --module-name SwiftWin32UI --output root\SwiftWin32UI --format html --base-url https://compnerd.github.io/swift-win32/SwiftWin32UI
You can’t perform that action at this time.
0 commit comments