Skip to content

Commit 7b5655e

Browse files
committed
(chore): Change docc url
1 parent 9b8897d commit 7b5655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb.doccarchive \
4242
--hosting-base-path scribble-gyb \
4343
--output-path docs;
44-
echo "<script>window.location.href += \"/documentation/scribblegyb\"</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)