Skip to content

Commit

Permalink
(chore): Revert latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
N3v1 committed Oct 23, 2024
1 parent f50488b commit 56b6eaf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
rm -rf ~/Library/Developer/Xcode/DerivedData
- name: Build DocC
run: |
xcodebuild docbuild -scheme scribble_gyb \
xcodebuild docbuild -scheme scribble-gyb \
-derivedDataPath /tmp/docbuild \
-destination 'generic/platform=iOS' CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO;
$(xcrun --find docc) process-archive \
transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble_gyb.doccarchive \
--hosting-base-path scribble_gyb \
--hosting-base-path scribble-gyb \
--output-path docs;
echo "<script>window.location.href += \"/documentation/scribble_gyb\"</script>" > docs/index.html;
echo "<script>window.location.href += \"/documentation/scribble-gyb\"</script>" > docs/index.html;
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit 56b6eaf

Please sign in to comment.