Skip to content

Commit

Permalink
[Chore]: fix docc deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Feb 17, 2024
1 parent 67230d4 commit b55da4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/SLAvatarKit.doccarchive \
--hosting-base-path ScribbleLab \
--output-path docs;
echo "<script>window.location.href += \"/documentation/avatarkit\"</script>" > docs/index.html;
echo "<script>window.location.href += \"/documentation/slavatarkit\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit b55da4e

Please sign in to comment.