Skip to content

Commit bd61651

Browse files
authored
Merge pull request #153 from IntelPython/fix-docs-artifact-name
Define PACKAGE_NAME env var in build-docs workflow
2 parents 0c4ba0f + b934831 commit bd61651

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77

88
permissions: read-all
99

10+
env:
11+
PACKAGE_NAME: mkl_random
12+
1013
jobs:
1114
build-and-deploy:
1215
name: Build and Deploy Documentation

0 commit comments

Comments
 (0)