File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
67
67
- name : Generate Documentation
68
68
run : |
69
- swift doc generate Sources\SwiftWin32\CG --module-name CoreGraphics --output site\CoreGraphics --format html -- base-url https://compnerd.github.io/swift-win32/CoreGraphics
70
- swift doc generate Sources\SwiftWin32 --module-name SwiftWin32 --output site\SwiftWin32 --format html -- base-url https://compnerd.github.io/swift-win32/SwiftWin32
71
- swift doc generate Sources\SwiftWin32UI --module-name SwiftWin32UI --output site\SwiftWin32UI --format html -- base-url https://compnerd.github.io/swift-win32/SwiftWin32UI
69
+ swift doc generate Sources\SwiftWin32\CG --module-name CoreGraphics --output site\CoreGraphics --base-url https://compnerd.github.io/swift-win32/CoreGraphics
70
+ swift doc generate Sources\SwiftWin32 --module-name SwiftWin32 --output site\SwiftWin32 --base-url https://compnerd.github.io/swift-win32/SwiftWin32
71
+ swift doc generate Sources\SwiftWin32UI --module-name SwiftWin32UI --output site\SwiftWin32UI --base-url https://compnerd.github.io/swift-win32/SwiftWin32UI
72
72
73
73
- name : Deploy
74
74
run : |
You can’t perform that action at this time.
0 commit comments