Skip to content

Commit

Permalink
edit documentation.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
SevgiAkten committed Aug 13, 2024
1 parent 27001f5 commit 9ac4fb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
python-version: '3.x'

- name: Install dependencies
run: |
pip install pydoc
# - name: Install dependencies
# run: |
# pip install pydoc

- name: Generate HTML Documentation
run: |
Expand Down

1 comment on commit 9ac4fb3

@jbytecode
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SevgiAkten - I think you are doing the hard part, and you're kinda alone, because, I have no experiences with a Python package and its hackky stuff

Please sign in to comment.