Moved docs.sh script to docs/

This commit is contained in:
Tharun K 2022-04-07 18:02:06 +05:30 committed by Kamil Śliwak
parent 15c2a33eb3
commit a608bc12f7
3 changed files with 2 additions and 2 deletions

View File

@ -987,7 +987,7 @@ jobs:
- run: *setup_prerelease_commit_hash - run: *setup_prerelease_commit_hash
- run: - run:
name: Build documentation name: Build documentation
command: ./scripts/docs.sh command: ./docs/docs.sh
- store_artifacts: - store_artifacts:
path: docs/_build/html/ path: docs/_build/html/
destination: docs-html destination: docs-html

View File

@ -475,7 +475,7 @@ For example ``pragma solidity >=0.4.0 <0.9.0;``.
Running Documentation Tests Running Documentation Tests
--------------------------- ---------------------------
Make sure your contributions pass our documentation tests by running ``./scripts/docs.sh`` that installs dependencies Make sure your contributions pass our documentation tests by running ``./docs/docs.sh`` that installs dependencies
needed for documentation and checks for any problems such as broken links or syntax issues. needed for documentation and checks for any problems such as broken links or syntax issues.
Solidity Language Design Solidity Language Design