Skip to content

Commit

Permalink
Fix update-docs workflow (the hosting path was still swift-bundler-ea…
Browse files Browse the repository at this point in the history
…rly-access)
  • Loading branch information
stackotter committed Jun 20, 2023
1 parent 56b52eb commit a5cdf5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
--target SwiftBundler \
--disable-indexing \
--transform-for-static-hosting \
--hosting-base-path swift-bundler-early-access \
--hosting-base-path swift-bundler \
--output-path gh-pages/docs
CURRENT_COMMIT_HASH=`git rev-parse --short HEAD`
cd gh-pages
Expand Down

0 comments on commit a5cdf5b

Please sign in to comment.