Skip to content

Commit

Permalink
ci: Update static.yml
Browse files Browse the repository at this point in the history
Route documentation page
  • Loading branch information
JT501 authored Apr 16, 2024
1 parent bf056fe commit 7f1206f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/SwiftNotify.doccarchive \
--hosting-base-path SwiftNotify \
--output-path docs;
- name: Route documentation page
run: |
echo "<script>window.location.href += \"/documentation/swiftnotify\"</script>" > docs/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 7f1206f

Please sign in to comment.