index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2023-06-07 22:49:15.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2023-06-07 22:49:15.0 +00:00:00
commit
986b663fe4540f07bb49f52ea7dceb7895b4a3a1 [patch]
tree
a018d73ecc34d44dff55b2364e203999d423402c
parent
0c3d786064578cc479675f5355f6b9760cd2e6ad
download
986b663fe4540f07bb49f52ea7dceb7895b4a3a1.tar.gz

refactor: enable crate docsrs config [skip ci]



Diff

 .github/workflows/release.crate.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.crate.yml b/.github/workflows/release.crate.yml
index 010d210..60c1d2a 100644
--- a/.github/workflows/release.crate.yml
+++ b/.github/workflows/release.crate.yml
@@ -33,7 +33,9 @@ jobs:
        uses: dtolnay/rust-toolchain@nightly

      - name: Publish workspace packages
        run: |
          cargo publish -p static-web-server
        env:
          CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}
          RUSTFLAGS: "--cfg docsrs"
          RUSTDOCFLAGS: "--cfg docsrs"
        run: |
          cargo publish -p static-web-server --all-features