docs workflow

This commit is contained in:
Aravinth Manivannan 2021-01-29 11:46:17 +05:30
parent 48077215a4
commit 21b4693581
Signed by: realaravinth
GPG key ID: AD9F0F08E855ED88

View file

@ -65,14 +65,14 @@ jobs:
file: cobertura.xml
- name: generate documentation
if: matrix.version == 'stable' && (github.repository == 'realaravinth/damn-vuln-blockchain')
if: matrix.version == 'stable' && (github.repository == 'realaravinth/argon2-creds')
uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps --workspace --all-features
- name: Deploy to GitHub Pages
if: matrix.version == 'stable' && (github.repository == 'realaravinth/damn-vuln-blockchain')
if: matrix.version == 'stable' && (github.repository == 'realaravinth/argon2-creds')
uses: JamesIves/github-pages-deploy-action@3.7.1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}