Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiZhang-116-4 committed Oct 5, 2024
1 parent 1376d09 commit be7ad33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/web_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/configure-pages@v5

- name: Cache pip # Step to cache pip packages.
uses: actions/cache@v4
uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
Expand Down
18 changes: 0 additions & 18 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,6 @@ for tag in "${tags[@]}"; do
sphinx-build docs/source docs/api/$tag
rm -rf docs/source
;;
v0.0.2-alpha)
git checkout $tag
python docs/avocado/update_avocado_rst.py
sphinx-build docs/avocado/sphinx_src docs/api/$tag
rm -rf docs/avocado/sphinx_src
;;
v0.1.0 | *)
git checkout $tag
python docs/update_quairkit_rst.py
sphinx-build docs/sphinx_src docs/api/$tag
rm -rf docs/sphinx_src
;;
v0.2.0-alpha | *)
git checkout $tag
python docs/update_quairkit_rst.py
sphinx-build docs/sphinx_src docs/api/$tag
rm -rf docs/sphinx_src
;;
v0.2.0 | *)
git checkout $tag
python docs/update_quairkit_rst.py
Expand Down

0 comments on commit be7ad33

Please sign in to comment.