org name change
This commit is contained in:
parent
470f1fcba4
commit
f16ef51d33
2 changed files with 5 additions and 5 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 == 'mcaptcha/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 == 'mcaptcha/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 }}
|
||||||
|
|
|
@ -5,10 +5,10 @@
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
|
[](https://mcaptcha.github.io/mCaptcha/m_captcha/index.html)
|
||||||
/badge.svg>)
|
/badge.svg>)
|
||||||
[](https://deps.rs/repo/github/mcaptcha/mCaptcha)
|
[](https://deps.rs/repo/github/mCaptcha/mCaptcha)
|
||||||
<br />
|
<br />
|
||||||
[](https://codecov.io/gh/mcaptcha/mCaptcha)
|
[](https://codecov.io/gh/mCaptcha/mCaptcha)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue