Skip to content

Commit

Permalink
Trying to fix broken yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Nov 21, 2023
1 parent 858189f commit 927564b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docc-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/YubiKit.doccarchive \
--output-path docs \
--hosting-base-path yubikit-swift;
--hosting-base-path yubikit-swift;
echo "<script>window.location.href += \"/documentation/yubikit\"</script>" > docs/index.html;
- name: Upload artifact 📜
Expand All @@ -42,4 +42,3 @@ jobs:
- name: Deploy to GitHub Pages 🐙
id: deployment
uses: actions/deploy-pages@v1

0 comments on commit 927564b

Please sign in to comment.