Skip to content

Commit

Permalink
Pull forwarding hack into separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
henrik-dmg committed Mar 15, 2023
1 parent a473e00 commit a0d0425
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# Must be set to this for deploying to GitHub Pages
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-12
runs-on: macos-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand All @@ -33,7 +33,8 @@ jobs:
--transform-for-static-hosting \
--hosting-base-path HPNetwork \
--output-path ./docs
echo "<script>window.location.href += \"documentation/hpnetwork\"</script>" > docs/index.html
- name: Fix Root Path
run: echo "<script>window.location.href += \"documentation/hpnetwork\"</script>" > docs/index.html
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.5
5.7
2 changes: 0 additions & 2 deletions .swiftformat

This file was deleted.

0 comments on commit a0d0425

Please sign in to comment.