Skip to content

Commit

Permalink
Change test setup of mlwh vhost
Browse files Browse the repository at this point in the history
  • Loading branch information
dasunpubudumal committed Aug 22, 2024
1 parent 79803dc commit ac01016
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: Create rst files for docs
run: |
pip install pdoc
pip install pydoctor
mkdir doc
pdoc --output-dir ./doc tol_lab_share
pydoctor --make-html --html-output=doc tol_lab_share
- name: Upload artifact to GitHub Pages
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ac01016

Please sign in to comment.