diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index e15da8c..0000000 --- a/requirements.txt +++ /dev/null @@ -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 - diff --git a/sub-folder_changlog.sh b/sub-folder_changlog.sh index f117470..a1a1f4e 100755 --- a/sub-folder_changlog.sh +++ b/sub-folder_changlog.sh @@ -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}") @@ -17,5 +15,6 @@ for D in *; do git add ${D}/CHANGELOG.md + fi fi done diff --git a/website-template b/website-template index cb55c6b..4ea7ab2 160000 --- a/website-template +++ b/website-template @@ -1 +1 @@ -Subproject commit cb55c6bdca3c2853996452b89504b7e58129ab6f +Subproject commit 4ea7ab29bed3053eaa7ecb1928babb9f123b0d3a