Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
han16nah committed Feb 9, 2025
1 parent 7624ffe commit 5063ef5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@ jobs:

- name: Install dependencies
run: poetry install

# - name: Setup a local virtual environment for caching
# run: |
# poetry config virtualenvs.create true --local
# poetry config virtualenvs.in-project true --local
#
# - name: Cache the virtual environment
# uses: actions/cache@v4
# with:
# path: ./.venv
# key: venv-${{ hashFiles('poetry.lock') }}
#
# - name: Manually activate virtual environment
# run: |
# source .venv/bin/activate
# which sphinx-build

- name: Sphinx build
run: |
Expand Down

0 comments on commit 5063ef5

Please sign in to comment.