Skip to content

Commit

Permalink
updated mkDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmus-kirk committed Mar 1, 2024
1 parent b50b8e1 commit a438ccb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mkDocs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ in
mkdir -p $out
mkdir -p $tmpdir
cp -r docs $out
tail -n +2 README.md > "$tmpdir/index.md"
cd $out
# Generate md docs
Expand All @@ -55,7 +54,6 @@ in
"$tmpdir"/nixos.md
pandoc \
--metadata title="Nixarr" \
--metadata date="$(date -u '+%Y-%m-%d - %H:%M:%S %Z')" \
--standalone \
--highlight-style docs/pandoc/gruvbox.theme \
Expand Down

0 comments on commit a438ccb

Please sign in to comment.