Fix building docs failing
All checks were successful
Deploy Docs / publish (push) Successful in 29m37s
All checks were successful
Deploy Docs / publish (push) Successful in 29m37s
This commit is contained in:
parent
d996b7f5c9
commit
3e1404cc71
@ -11,7 +11,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
swift build -Xswiftc -emit-symbol-graph -Xswiftc -emit-symbol-graph-dir -Xswiftc .build/symbol-graphs
|
||||
swift build -Xswiftc -emit-symbol-graph -Xswiftc -emit-symbol-graph-dir -Xswiftc .\.build\symbol-graphs
|
||||
- name: Filter Symbol Graphs
|
||||
run: |
|
||||
cd .build\symbol-graphs
|
||||
|
Loading…
Reference in New Issue
Block a user