Browse Source

Don't try to deploy docs in a fork

tags/v0.3.28^2
Martin Kroeker GitHub 2 years ago
parent
commit
172d91846f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/docs.yml

+ 1
- 0
.github/workflows/docs.yml View File

@@ -6,6 +6,7 @@ on:
jobs:
build:
name: Deploy docs
if: "github.repository == 'OpenMathLib/OpenBLAS'"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2


Loading…
Cancel
Save