We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8897d commit 7b5655eCopy full SHA for 7b5655e
.github/workflows/documentation.yml
@@ -41,7 +41,7 @@ jobs:
41
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb.doccarchive \
42
--hosting-base-path scribble-gyb \
43
--output-path docs;
44
- echo "<script>window.location.href += \"/documentation/scribblegyb\"</script>" > docs/index.html;
+ echo "<script>window.location.href += \"/documentation/scribble-gyb\"</script>" > docs/index.html;
45
- name: Upload artifact
46
uses: actions/upload-pages-artifact@v1
47
with:
0 commit comments