ownership transfer
This commit is contained in:
parent
0a0ee92b09
commit
d98e78f080
2 changed files with 7 additions and 7 deletions
4
.github/workflows/linux.yml
vendored
4
.github/workflows/linux.yml
vendored
|
@ -65,14 +65,14 @@ jobs:
|
||||||
file: cobertura.xml
|
file: cobertura.xml
|
||||||
|
|
||||||
- name: generate documentation
|
- name: generate documentation
|
||||||
if: matrix.version == 'stable' && (github.repository == 'realaravinth/mCaptcha')
|
if: matrix.version == 'stable' && (github.repository == 'mcaptcha/mCaptcha')
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: doc
|
command: doc
|
||||||
args: --no-deps --workspace --all-features
|
args: --no-deps --workspace --all-features
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
if: matrix.version == 'stable' && (github.repository == 'realaravinth/mCaptcha')
|
if: matrix.version == 'stable' && (github.repository == 'mcaptcha/mCaptcha')
|
||||||
uses: JamesIves/github-pages-deploy-action@3.7.1
|
uses: JamesIves/github-pages-deploy-action@3.7.1
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
10
README.md
10
README.md
|
@ -4,11 +4,11 @@
|
||||||
<strong>mCaptcha - PoW based DoS protection</strong>
|
<strong>mCaptcha - PoW based DoS protection</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://realaravinth.github.io/mCaptcha/m_captcha/index.html)
|
[![Documentation](https://img.shields.io/badge/docs-master-blue)](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
|
||||||
![CI (Linux)](<https://github.com/realaravinth/mCaptcha/workflows/CI%20(Linux)/badge.svg>)
|
![CI (Linux)](<https://github.com/mcaptcha/mCaptcha/workflows/CI%20(Linux)/badge.svg>)
|
||||||
[![dependency status](https://deps.rs/repo/github/realaravinth/mCaptcha/status.svg)](https://deps.rs/repo/github/realaravinth/mCaptcha)
|
[![dependency status](https://deps.rs/repo/github/mcaptcha/mCaptcha/status.svg)](https://deps.rs/repo/github/mcaptcha/mCaptcha)
|
||||||
<br />
|
<br />
|
||||||
[![codecov](https://codecov.io/gh/realaravinth/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/realaravinth/mCaptcha)
|
[![codecov](https://codecov.io/gh/mcaptcha/mCaptcha/branch/master/graph/badge.svg)](https://codecov.io/gh/mcaptcha/mCaptcha)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ TODO
|
||||||
Add this to your `Cargo.toml`:
|
Add this to your `Cargo.toml`:
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
mCaptcha = { version = "0.1", git = "https://github.com/realaravinth/mCaptcha" }
|
mCaptcha = { version = "0.1", git = "https://github.com/mcaptcha/mCaptcha" }
|
||||||
```
|
```
|
||||||
|
|
||||||
## Examples:
|
## Examples:
|
||||||
|
|
Loading…
Reference in a new issue