mirror of
https://github.com/sasjs/core.git
synced 2026-06-10 20:50:22 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f474076a41 | |||
| 98bd198dfc | |||
| 15e3a560b0 |
@@ -71,5 +71,20 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y doxygen
|
sudo apt-get install -y doxygen
|
||||||
export GITHUB_TOKEN=${{ secrets.CORESASJSIO_PAT }}
|
npx @sasjs/cli doc -t docsonly
|
||||||
npm run docs
|
git clone https://x-access-token:${{ secrets.CORESASJSIO_PAT }}@github.com/sasjs/core.github.io.git
|
||||||
|
cd core.github.io
|
||||||
|
rm -rf *.html
|
||||||
|
rm -rf *.js
|
||||||
|
rm -rf *.png
|
||||||
|
rm -rf *.dot
|
||||||
|
rm -rf *.css
|
||||||
|
rm -rf *.svg
|
||||||
|
rm -rf search
|
||||||
|
cp -R ../sasjsbuild/docs/* .
|
||||||
|
git config user.name sasjs
|
||||||
|
echo 'core.sasjs.io' > CNAME
|
||||||
|
git add .
|
||||||
|
git commit -m "core pipeline build on $(date +%F:%H:%M:%S)"
|
||||||
|
git push
|
||||||
|
echo "check it out: https://sasjs.github.io/core.github.io/files.html"
|
||||||
|
|||||||
@@ -5,8 +5,6 @@
|
|||||||

|

|
||||||

|

|
||||||
[](https://github.com/sasjs/core/issues?q=is%3Aissue+is%3Aclosed)
|
[](https://github.com/sasjs/core/issues?q=is%3Aissue+is%3Aclosed)
|
||||||
[](https://github.com/sasjs/core/issues)
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
Much quality. Many standards. The **Macro Core** library exists to save time and development effort! Herein ye shall find a veritable host of MIT-licenced, production quality SAS macros. These are a mix of tools, utilities, functions and code generators that are useful in the context of [Application Development](https://sasapps.io) on the SAS platform (eg https://datacontroller.io). [Contributions](https://github.com/sasjs/core/blob/main/.github/CONTRIBUTING.md) are welcome.
|
Much quality. Many standards. The **Macro Core** library exists to save time and development effort! Herein ye shall find a veritable host of MIT-licenced, production quality SAS macros. These are a mix of tools, utilities, functions and code generators that are useful in the context of [Application Development](https://sasapps.io) on the SAS platform (eg https://datacontroller.io). [Contributions](https://github.com/sasjs/core/blob/main/.github/CONTRIBUTING.md) are welcome.
|
||||||
|
|||||||
+4
-1
@@ -31,5 +31,8 @@
|
|||||||
"test": "npx @sasjs/cli test -t server",
|
"test": "npx @sasjs/cli test -t server",
|
||||||
"lint": "npx @sasjs/cli lint",
|
"lint": "npx @sasjs/cli lint",
|
||||||
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
|
"prepare": "git rev-parse --git-dir && git config core.hooksPath ./.git-hooks || true"
|
||||||
}
|
},
|
||||||
|
"maintainers": [
|
||||||
|
"https://sasapps.io"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -39,6 +39,10 @@
|
|||||||
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
|
g.async = true; g.src = u + 'matomo.js'; s.parentNode.insertBefore(g, s);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<noscript>
|
||||||
|
<p><img referrerpolicy="no-referrer-when-downgrade" src="https://analytics.4gl.io/matomo.php?idsite=6&rec=1"
|
||||||
|
style="border:0;" alt="" /></p>
|
||||||
|
</noscript>
|
||||||
<!-- End Matomo Code -->
|
<!-- End Matomo Code -->
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
@@ -80,7 +84,3 @@
|
|||||||
</div>
|
</div>
|
||||||
<!--END TITLEAREA-->
|
<!--END TITLEAREA-->
|
||||||
<!-- end header part -->
|
<!-- end header part -->
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
# refresh github pages site
|
# refresh github pages site
|
||||||
rm -rf sasjsbuild/docsite
|
rm -rf sasjsbuild/docsite
|
||||||
git clone https://x-access-token:$GITHUB_TOKEN@github.com/sasjs/core.github.io.git sasjsbuild/docsite
|
git clone git@github.com:sasjs/core.github.io.git sasjsbuild/docsite
|
||||||
rm -rf sasjsbuild/docsite/*.html
|
rm -rf sasjsbuild/docsite/*.html
|
||||||
rm -rf sasjsbuild/docsite/*.js
|
rm -rf sasjsbuild/docsite/*.js
|
||||||
rm -rf sasjsbuild/docsite/*.png
|
rm -rf sasjsbuild/docsite/*.png
|
||||||
|
|||||||
Reference in New Issue
Block a user