Skip to content

Commit 5cefd0e

Browse files
Update docs-on-release.yml
1 parent 8792726 commit 5cefd0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-on-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
sudo apt-get update;
2121
sudo apt-get install pandoc
2222
python -m pip install --upgrade pip
23-
echo "pip install .[doc]"
23+
pip install .[doc]
2424
- name: Build and Commit
2525
uses: sphinx-notes/pages@v2
2626
with:

0 commit comments

Comments
 (0)