Skip to content

Commit 56b6eaf

Browse files
committed
(chore): Revert latest changes
1 parent f50488b commit 56b6eaf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \
4141
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble_gyb.doccarchive \
42-
--hosting-base-path scribble_gyb \
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:

0 commit comments

Comments
 (0)