update CI to reflect name change
This commit is contained in:
parent
b5cb68af48
commit
d7c9130f5f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/upload-doc.yml
vendored
4
.github/workflows/upload-doc.yml
vendored
|
@ -19,14 +19,14 @@ jobs:
|
||||||
override: true
|
override: true
|
||||||
|
|
||||||
- name: generate documentation
|
- name: generate documentation
|
||||||
if: github.repository == 'mCaptcha/mCaptcha'
|
if: github.repository == 'mCaptcha/libmcaptcha'
|
||||||
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: github.repository == 'mCaptcha/mCaptcha'
|
if: github.repository == 'mCaptcha/libmcaptcha'
|
||||||
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 }}
|
||||||
|
|
Loading…
Reference in a new issue