Skip to content

Commit

Permalink
(chore): Change docc url
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 23, 2024
1 parent 9b8897d commit 7b5655e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb.doccarchive \
--hosting-base-path scribble-gyb \
--output-path docs;
echo "<script>window.location.href += \"/documentation/scribblegyb\"</script>" > docs/index.html;
echo "<script>window.location.href += \"/documentation/scribble-gyb\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 7b5655e

Please sign in to comment.