Skip to content

Commit d44e31f

Browse files
authored
Merge pull request #6 from amathislab/update_docs
Update docs
2 parents df76242 + 09b17e8 commit d44e31f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/create-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
2525
- name: Creating the docs
2626
run: |
27-
pdoc --logo https://i.ibb.co/NstG5hz/03.png -o html_docs dlc2action
27+
mkdir _public
28+
pdoc --logo https://i.ibb.co/NstG5hz/03.png -o _public/html_docs dlc2action
2829
2930
- name: GitHub Pages action
3031
uses: peaceiris/actions-gh-pages@v4
3132
with:
3233
github_token: ${{ secrets.GITHUB_TOKEN }}
33-
publish_dir: ./html_docs
34+
publish_dir: ./_public

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Check out the [benchmarks section](examples/benchmarks/README.md) for detailed r
6969

7070
## 📚 How to get more information?
7171

72-
Check out the [examples](/examples) or [read the documentation](https://amathislab.github.io/DLC2action/dlc2action.html)
72+
Check out the [examples](/examples) or [read the documentation](https://amathislab.github.io/DLC2action/html_docs/dlc2action.html)
7373
for a taste of what else you can do.
7474

7575
## 🙏 Acknowledgments

0 commit comments

Comments
 (0)