File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,14 @@ jobs:
3434 rm -rf ~/Library/Developer/Xcode/DerivedData
3535 - name : Build DocC
3636 run : |
37- xcodebuild docbuild -scheme scribble-gyb \
37+ xcodebuild docbuild -scheme scribble_gyb \
3838 -derivedDataPath /tmp/docbuild \
3939 -destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO;
4040 $(xcrun --find docc) process-archive \
41- transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb .doccarchive \
42- --hosting-base-path scribble-gyb \
41+ transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble_gyb .doccarchive \
42+ --hosting-base-path scribble_gyb \
4343 --output-path docs;
44- echo "<script>window.location.href += \"/documentation/scribble-gyb \"</script>" > docs/index.html;
44+ echo "<script>window.location.href += \"/documentation/scribble_gyb \"</script>" > docs/index.html;
4545 - name : Upload artifact
4646 uses : actions/upload-pages-artifact@v1
4747 with :
You can’t perform that action at this time.
0 commit comments