Skip to content

Commit

Permalink
One more fix: remove bash from command.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469187264
Change-Id: I7205bd72270ad7f27add49173bb6f25d4c498c56
  • Loading branch information
lanctot committed Aug 22, 2022
1 parent a85bad1 commit 3f52686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ build:
- echo `ls docs/_build/html/api_reference.html`
- echo "Fixing the table links"
- cd docs
- bash ./fix_table_links.sh
- ./fix_table_links.sh
- cd ..

0 comments on commit 3f52686

Please sign in to comment.