Skip to content

Commit 290cbe1

Browse files
authored
🔀 pull request #5 from devnetkc:testOnPR
👷 runs test step on docs update now
2 parents 9abbbbb + f2084cf commit 290cbe1

7 files changed

Lines changed: 8 additions & 6 deletions

.github/workflows/update-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
node-version: 16
2525
- name: Clean install npm dependencies
2626
run: npm ci
27+
- name: Run tests
28+
run: npm test
2729
- name: Update documentation
2830
run: npm run docs
2931
- name: Commit changes

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-aM
5656
<br class="clear">
5757

5858
<footer>
59-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:22:47 GMT+0000 (Coordinated Universal Time)
59+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:28:17 GMT+0000 (Coordinated Universal Time)
6060
</footer>
6161

6262
<script> prettyPrint(); </script>

docs/module-aModule.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-aM
645645
<br class="clear">
646646

647647
<footer>
648-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:22:47 GMT+0000 (Coordinated Universal Time)
648+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:28:17 GMT+0000 (Coordinated Universal Time)
649649
</footer>
650650

651651
<script> prettyPrint(); </script>

docs/module-csExampleModule_CS.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-aM
766766
<br class="clear">
767767

768768
<footer>
769-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:22:47 GMT+0000 (Coordinated Universal Time)
769+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:28:17 GMT+0000 (Coordinated Universal Time)
770770
</footer>
771771

772772
<script> prettyPrint(); </script>

docs/src_FileCabinet_SuiteScripts_CS_customModule_CS.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-aM
144144
<br class="clear">
145145

146146
<footer>
147-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:22:47 GMT+0000 (Coordinated Universal Time)
147+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:28:17 GMT+0000 (Coordinated Universal Time)
148148
</footer>
149149

150150
<script> prettyPrint(); </script>

docs/src_FileCabinet_SuiteScripts_Modules_aModule.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-aM
129129
<br class="clear">
130130

131131
<footer>
132-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:22:47 GMT+0000 (Coordinated Universal Time)
132+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:28:17 GMT+0000 (Coordinated Universal Time)
133133
</footer>
134134

135135
<script> prettyPrint(); </script>

docs/suitecloud.config.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2><a href="index.html">Home</a></h2><h3>Modules</h3><ul><li><a href="module-aM
6161
<br class="clear">
6262

6363
<footer>
64-
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:22:47 GMT+0000 (Coordinated Universal Time)
64+
Documentation generated by <a href="https://github.com/jsdoc/jsdoc">JSDoc 3.6.11</a> on Mon Nov 28 2022 03:28:17 GMT+0000 (Coordinated Universal Time)
6565
</footer>
6666

6767
<script> prettyPrint(); </script>

0 commit comments

Comments
 (0)