Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 16, 2024
1 parent 738a9ed commit bd7651c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

set -e

pushd "$(dirname -- "${BASH_SOURCE[0]}" )/docs/install"
go run github.com/Unpackerr/unpackerr/init/config@dn2_conf_builder docs
popd
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "./generate.sh && docusaurus start",
"build": "pwd && ls && ls .. && ./generate.sh && docusaurus build",
"build": "./generate.sh && docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
Expand Down

0 comments on commit bd7651c

Please sign in to comment.