Skip to content

Commit

Permalink
docs: update github pages path
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhchchc committed Jan 26, 2025
1 parent e364154 commit e661315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
name: Upload docs as github pages artifact
with:
name: mokapot-docs
path: target/doc
path: target/doc/mokapot

publish_latest_docs:
name: Deploy / Latest Rustdoc
Expand All @@ -214,7 +214,7 @@ jobs:
if: ${{ !startsWith(github.ref, 'refs/pull/') }}
environment:
name: Latest Docs
url: https://henryhchchc.github.io/mokapot/mokapot
url: https://henryhchchc.github.io/mokapot
permissions:
pages: write
id-token: write
Expand Down

0 comments on commit e661315

Please sign in to comment.