diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22dfbbe..214db5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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