Merge branch 'restructure' into 'development'

fix: general fixes

See merge request nofusscomputing/projects/gitlab-ci!28
This commit is contained in:
2023-05-24 04:38:34 +00:00
3 changed files with 4 additions and 20 deletions

View File

@ -1,15 +0,0 @@
# ToDo: Delete this file once the below has been added to the website-template repo
mkdocs-minify-plugin==0.5.0
mkdocs-material-extensions==1.0.3
wheel
mkdocs-material==8.1.7
./website-template/custom-plugins/mkdocs-plugin-tags
mkdocs-git-revision-date-localized-plugin==0.11.1
pymdown-extensions==9.5
Jinja2==3.0.3
Pygments==2.13.0
#mkdocs-macros-plugin==0.7.0

View File

@ -1,11 +1,9 @@
#!/bin/sh
for D in *; do
if [ -d "${D}" ]; then
if [ "0${D}" != "0website-template" ]; then
echo "[DEBUG] Creating changelog for sub-folder: ${D}"
CHANGELOG_DATA=$(git log --pretty="format:%ci [%h](https://gitlab.com/nofusscomputing/projects/gitlab-ci/-/commit/%H) - %s " --follow -- "${D}")
@ -18,4 +16,5 @@ for D in *; do
git add ${D}/CHANGELOG.md
fi
fi
done