Skip to content

Commit

Permalink
Generate documentation automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi committed Sep 21, 2023
1 parent 088d8cd commit bc1ea33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ jobs:
with:
message: 'Update docs'
branch: gh-pages
add: '["docs/mobilitydb-workshop.pdf",
add: '["docs/index.md",
"docs/mobilitydb-workshop.pdf",
"docs/mobilitydb-workshop.epub",
"docs/html/docbook.css", "docs/html/images/*",
"docs/html/*.html"]'
Expand Down
16 changes: 16 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
-----------------------------
# **Documentation**
----------------------------
Here are links to the documentation of MobilityDB-workshop

-----------------------------
## **Version 1.1**
-----------------------------

Documentation

* [PDF](https://MobilityDB.github.io/MobilityDB-workshop/docs/MobilityDB-workshop.pdf)
* [EPUB](https://MobilityDB.github.io/MobilityDB-workshop/docs/MobilityDB-workshop.epub)
* [HTML](https://MobilityDB.github.io/MobilityDB-workshop/docs/index.html)


0 comments on commit bc1ea33

Please sign in to comment.