File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 )
7373for a taste of what else you can do.
7474
7575## 🙏 Acknowledgments
You can’t perform that action at this time.
0 commit comments