diff options
author | hozan23 <hozan23@proton.me> | 2023-11-22 23:25:20 +0300 |
---|---|---|
committer | hozan23 <hozan23@proton.me> | 2023-11-22 23:25:20 +0300 |
commit | eaa0c2bd4d59c8c90027604d718de96ca4b34f9e (patch) | |
tree | adc9a1d2ad9702d38aea85b01416422f95c6415e /.github/workflows | |
parent | 8981f3d12bb8dd699254371da356d5a441f0a630 (diff) |
README: add online docs in docs section
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/docs.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 6711231..318375a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -3,11 +3,10 @@ name: Build and Deploy Rust API Docs on: push: branches: - - test-ci-docs + - main jobs: docs: - name: build karyons rust api docs runs-on: ubuntu-latest permissions: contents: write |