update CI to reflect name change

This commit is contained in:
Aravinth Manivannan 2021-06-01 17:19:59 +05:30
parent b5cb68af48
commit d7c9130f5f
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 2 additions and 2 deletions

View File

@ -19,14 +19,14 @@ jobs:
override: true
- name: generate documentation
if: github.repository == 'mCaptcha/mCaptcha'
if: github.repository == 'mCaptcha/libmcaptcha'
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --workspace --all-features
- name: Deploy to GitHub Pages
if: github.repository == 'mCaptcha/mCaptcha'
if: github.repository == 'mCaptcha/libmcaptcha'
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}