diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6a91ba3c..fe0741e8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,7 +15,7 @@ on: jobs: publish: - if: ${{ github.repository_owner == 'hcpng' }} + if: ${{ github.repository_owner == 'hpcng' }} runs-on: ubuntu-latest steps: - uses: actions/checkout@v3