Skip to content

Commit 4c217d6

Browse files
committed
fixing docs builder workflow
1 parent 34852f6 commit 4c217d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
source_repo: clamsproject/clams-python
4949
source_ref: ${{ needs.check-pypi.outputs.version }}
5050
project_name: clams-python
51-
build_command: 'python3 build-tools/docs.py --output-dir docs'
51+
build_command: 'echo "${{ needs.check-pypi.outputs.version }}" > VERSION && python3 build-tools/docs.py --output-dir docs'
5252
docs_output_dir: 'docs'
5353
python_version: '3.11'
5454
secrets: inherit

0 commit comments

Comments
 (0)