Commit 0ca0bee
authored
chore(docs): deploy docs gh pages github workflow (#4)
* chore(docs): deploy docs in gh pages
we added some steps in github workflow to deploy the documentation in github pages
* chore(docs): remove mkdocs configuration of emojis
this extension is no longer exists
* chore(docs): add alias and version number to the docs deploy
we add the git user and mail
* chore(docs): fix the run command in set upd docs deploy step
We added a doble quites unexpected, we remove it here
* chore(docs): remove doble quotes when we adde the git user configuration
there was an unexpectd doble quotes
* chore(docs): add github deploy command for docs
this command deploy the documentacion in Github Pages
* chore(docs): deploy docs with mike command
with this type of deployment, we will have all versions available in the doc
* WIP: add console log of release tag
we need the version number
* chore(docs): add step to get the last tag
we need this tag for mkdocs deployment
* chore(docs): add output with latest version tags
we use this output in the step to deploy de version of the docs
* chore(docs): add a git command to get the lates tag
we use this to create a new release of the doc
* chore(docs): change the code to get the tag version
we need this version to deploy docs
* chore(docs): add full clone
we need this version to deploy docs
* feat(docs): add mkdocs deploy
it add in gihub workflow the step to deploy in github pages
* feat(docs): update api docs
it updates the construct hub badge1 parent 1675d5c commit 0ca0bee
File tree
6 files changed
+98
-9
lines changed- .github/workflows
- docs
6 files changed
+98
-9
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
64 | 78 | | |
65 | 79 | | |
66 | 80 | | |
67 | 81 | | |
68 | 82 | | |
| 83 | + | |
69 | 84 | | |
70 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
71 | 92 | | |
72 | 93 | | |
73 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
74 | 98 | | |
75 | 99 | | |
76 | 100 | | |
77 | 101 | | |
78 | | - | |
| 102 | + | |
79 | 103 | | |
80 | 104 | | |
81 | 105 | | |
| |||
89 | 113 | | |
90 | 114 | | |
91 | 115 | | |
92 | | - | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
93 | 128 | | |
94 | 129 | | |
95 | | - | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
96 | 148 | | |
97 | 149 | | |
98 | 150 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
0 commit comments