diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 01e2358..3567f61 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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 }}