From d7c9130f5f87b2acfc3a7c8cc6a0c766d12bce92 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Tue, 1 Jun 2021 17:19:59 +0530 Subject: [PATCH] update CI to reflect name change --- .github/workflows/upload-doc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/upload-doc.yml b/.github/workflows/upload-doc.yml index 4166a5f..f584099 100644 --- a/.github/workflows/upload-doc.yml +++ b/.github/workflows/upload-doc.yml @@ -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 }}