Skip to content

Commit

Permalink
return
Browse files Browse the repository at this point in the history
  • Loading branch information
dankinsoid committed Mar 22, 2024
1 parent 187cffb commit 901927b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- id: pages
name: Setup Pages
uses: actions/configure-pages@v4
- name: Select Latest Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Build DocC
run: |
swift package resolve;
Expand All @@ -39,7 +43,7 @@ jobs:
--output-path docs \
--hosting-base-path 'swift-api-client';
echo "<script>window.location.href += \"/documentation/swift-api-client\"</script>" > docs/index.html;
echo "<script>window.location.href += \"documentation/swiftapiclient\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 901927b

Please sign in to comment.