We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
continuous-integration-documentation.yml
1 parent 136b2c2 commit e27f498Copy full SHA for e27f498
.github/workflows/continuous-integration-documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Environment Variables
17
run: |
18
echo "CI_PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
19
- echo "CI_PACKAGE=colour" >> $GITHUB_ENV
+ echo "CI_PACKAGE=colour_clf_io" >> $GITHUB_ENV
20
echo "CI_SHA=${{ github.sha }}" >> $GITHUB_ENV
21
echo "MPLBACKEND=AGG" >> $GITHUB_ENV
22
echo "COLOUR_SCIENCE__DOCUMENTATION_BUILD=True" >> $GITHUB_ENV
0 commit comments