Commit b934831
committed
Define PACKAGE_NAME env var in build-docs workflow
The 'Save built docs as an artifact' step references ${{ env.PACKAGE_NAME }}
in the artifact name, but the variable was never defined in this workflow,
producing an artifact named ' rendered documentation' with a leading space.
Define PACKAGE_NAME at the workflow level, matching the convention used in
conda-package.yml.1 parent 0c4ba0f commit b934831
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
10 | 13 | | |
11 | 14 | | |
12 | 15 | | |
| |||
0 commit comments