Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgroot42 committed Dec 31, 2023
1 parent 4a083fd commit 7d8fed7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:

- name: Install pdoc
run: pip install pdoc3 # Install pdoc or pdoc3
- name: List directory structure
run: ls -lR

- name: Install Dependencies
run: pip install -r requirements.txt # Install your dependencies

- name: Generate Documentation
run: |
Expand Down

0 comments on commit 7d8fed7

Please sign in to comment.