Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rolang committed Jul 13, 2024
1 parent 948ddec commit a61ded9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Check website build process
run: sbt docs/clean; sbt docs/buildWebsite
- name: Adjust baseUrl in website build
run: 'sed -i "s/baseUrl:.*/baseUrl: \"\/zio-pibsub\/\",/g" zio-pubsub-docs/target/website/docusaurus.config.js && sbt docs/buildWebsite'
run: 'sed -i "s/baseUrl:.*/baseUrl: \"\/zio-pubsub\/\",/g" zio-pubsub-docs/target/website/docusaurus.config.js && sbt docs/buildWebsite'
- name: Upload website build
uses: actions/upload-pages-artifact@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ inThisBuild(
Step.SingleStep(
"Adjust baseUrl in website build",
run = Some(
"""sed -i "s/baseUrl:.*/baseUrl: \"\/zio-pibsub\/\",/g" zio-pubsub-docs/target/website/docusaurus.config.js && sbt docs/buildWebsite"""
"""sed -i "s/baseUrl:.*/baseUrl: \"\/zio-pubsub\/\",/g" zio-pubsub-docs/target/website/docusaurus.config.js && sbt docs/buildWebsite"""
),
),
)
Expand Down

0 comments on commit a61ded9

Please sign in to comment.