We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34852f6 commit 4c217d6Copy full SHA for 4c217d6
1 file changed
.github/workflows/publish.yml
@@ -48,7 +48,7 @@ jobs:
48
source_repo: clamsproject/clams-python
49
source_ref: ${{ needs.check-pypi.outputs.version }}
50
project_name: clams-python
51
- build_command: 'python3 build-tools/docs.py --output-dir docs'
+ build_command: 'echo "${{ needs.check-pypi.outputs.version }}" > VERSION && python3 build-tools/docs.py --output-dir docs'
52
docs_output_dir: 'docs'
53
python_version: '3.11'
54
secrets: inherit
0 commit comments