Skip to content

Commit

Permalink
fix: remove pin and change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
dtdang committed Aug 2, 2024
1 parent acecb09 commit 8b9af8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ jobs:
python -m pip install --upgrade pip
pip install .[doc]
- name: Clone ape-docs-build
run: git clone https://github.com/ApeWorX/ape-docs-build.git
- name: Clone ApeDocumentationBuilder
run: git clone https://github.com/ApeWorX/ApeDocumentationBuilder.git

- name: Set up environment variable
run: echo "GITHUB_REPO=$(echo ${GITHUB_REPOSITORY} | cut -d'/' -f2)" >> $GITHUB_ENV

- name: Build HTML artifact
run: |
cd ape-docs-build
cd ApeDocumentationBuilder
python build_docs.py
- name: Upload HTML artifact
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"sphinx_rtd_theme>=1.2.0,<2", # Readthedocs.org theme
"sphinxcontrib-napoleon>=0.7", # Allow Google-style documentation
"sphinx-plausible>=0.1.2,<0.2",
"shibuya=2024.7.13",
"shibuya",
],
"release": [ # `release` GitHub Action job uses this
"setuptools", # Installation tool
Expand Down

0 comments on commit 8b9af8f

Please sign in to comment.