Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature / add jsdoc generation to github actions #7521

Merged
merged 54 commits into from
Aug 14, 2023
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
6312c26
add jsdoc generation to github actions
Aug 7, 2023
83069c0
fix jsdocs generation
PhotoNomad0 Aug 7, 2023
d79133d
fix jsdocs generation. fix some jsdocs
PhotoNomad0 Aug 7, 2023
dd32915
fix jsdocs generation. fix some jsdocs.
PhotoNomad0 Aug 7, 2023
427c0a2
fix jsdocs folder name
Aug 8, 2023
32a8a96
Merge remote-tracking branch 'origin/feature-mcleanb-integrateJsdocs'…
Aug 8, 2023
ef88c73
adding git commit of jsdocs
Aug 9, 2023
fd60875
adding git commit of jsdocs
Aug 9, 2023
8ca2c69
adding git commit of jsdocs
Aug 9, 2023
606e7dc
adding git commit of jsdocs
Aug 9, 2023
42ed484
adding git commit of jsdocs
Aug 9, 2023
fbfad2c
adding git commit of jsdocs
Aug 9, 2023
15a0d35
adding git commit of jsdocs
Aug 9, 2023
bb7a27a
adding git commit of jsdocs
Aug 9, 2023
fe71e67
adding git commit of jsdocs
Aug 9, 2023
3e2f683
adding git commit of jsdocs
Aug 9, 2023
c840161
adding git commit of jsdocs
Aug 9, 2023
f166edb
working on adding jsDocs to github pages
Aug 10, 2023
9a8cc64
README.md cleanup
Aug 10, 2023
f960e8a
README.md cleanup
Aug 10, 2023
da5d7af
remove the git version update code which does not succeed.
Aug 10, 2023
f85c9c9
fix github actions
Aug 10, 2023
0afbc52
cleanup github actions
Aug 10, 2023
69ec7c8
fix git commit of jsdocs
Aug 10, 2023
8fcb94c
fix git commit of jsdocs
Aug 10, 2023
6765f76
updated container
Aug 12, 2023
faef4d4
tweak logging
Aug 12, 2023
aba4c95
back out fix the npm cache
Aug 12, 2023
598e825
fix for committing jsdocs
Aug 12, 2023
fbdad8d
fix for build errors
Aug 13, 2023
e868c45
fix for build errors
Aug 13, 2023
d028d9a
fix for build errors
Aug 13, 2023
dbd5370
create output folder with permissions
Aug 13, 2023
e2730db
create output folder with permissions
Aug 13, 2023
4e736ad
fix for test errors
Aug 13, 2023
21b5c4e
fix for test errors
Aug 13, 2023
5c70a47
fix for test errors
Aug 13, 2023
8e2f932
fix for test errors
Aug 13, 2023
a63559c
fix access errors for js docs
Aug 13, 2023
e7ca18c
fix access errors for js docs
Aug 13, 2023
901e66c
fix jsdocs generation - need permission to write to docs folder
PhotoNomad0 Aug 14, 2023
2fc534f
fix jsdocs generation - need permission to write to docs folder
PhotoNomad0 Aug 14, 2023
6a1a235
fix jsdocs generation - need permission to write to docs folder
PhotoNomad0 Aug 14, 2023
5160aca
comments
PhotoNomad0 Aug 14, 2023
f86cdc5
removed push of jsdocs changes back into branch
PhotoNomad0 Aug 14, 2023
955a617
fix access errors for js docs
Aug 14, 2023
49ad12c
fix access errors for js docs
Aug 14, 2023
f020c5c
updated docker container
Aug 14, 2023
a27180f
exclude test folder.
Aug 14, 2023
1adc682
fix for test failure
PhotoNomad0 Aug 14, 2023
d1ffcfb
fix for test failure
PhotoNomad0 Aug 14, 2023
c7b717a
fix for test failure
PhotoNomad0 Aug 14, 2023
5ceda7e
fix for test failure
PhotoNomad0 Aug 14, 2023
4860716
fix for test failure
PhotoNomad0 Aug 14, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix jsdocs generation. fix some jsdocs
PhotoNomad0 committed Aug 7, 2023
commit d79133d1287fa08c5489527cabf0cef01a5ef085
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -72,6 +72,8 @@ jobs:

- name: jsdocs
run: npm run doc
# TODO - maybe in future after we fix up the jsdoc errors, we can remove this line:
continue-on-error: true

- uses: actions/upload-artifact@v1
name: Upload jsdocs
Loading