Skip to content
Snippets Groups Projects
Commit 26afc5d9 authored by David Hrbáč's avatar David Hrbáč
Browse files

Add version in footer

parent 1d0de2c7
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
VER=$(git log --pretty=format:'%h / %an / %ai' -n 1)
sed "s,__VERSION__,\<\/BR\>$VER," mkdocs.yml -i
VER=$(git log --pretty=format:'%h / %ai' -n 1)
sed "s,__VERSION__,\<\/BR\>ver. $VER," mkdocs.yml -i
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment