Skip to content

Commit

Permalink
add root
Browse files Browse the repository at this point in the history
  • Loading branch information
Koeng101 committed Aug 17, 2024
1 parent 451dbf4 commit 6f08cce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: './docs/dnadesign' # Adjust this to your build output directory
path: './docs' # Adjust this to your build output directory

- name: Deploy to GitHub Pages
id: deployment
Expand Down
1 change: 1 addition & 0 deletions py/dnadesign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

# Required so that pdoc doesn't attempt to parse libdnadesign
__all__ = [
"__init__",
"cffi_bindings",
"parsers"
]

0 comments on commit 6f08cce

Please sign in to comment.