Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnewhall committed Jul 16, 2024
1 parent f0378de commit 3998672
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docs/install/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,6 @@ The 'nothing extracted' event (9) only fires for the folder watcher, not starr a

---

_<font color="gray" style={{float: 'right'}}>This page is [generated automatically](https://github.com/Unpackerr/unpackerr/tree/main/init/config).</font>_
<font color="gray" style={{'float': 'right', 'font-style': 'italic'}}>
This page is [generated automatically](https://github.com/Unpackerr/unpackerr/tree/main/init/config).
</font>
4 changes: 2 additions & 2 deletions generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/bash -x
# The beginning: https://github.com/Unpackerr/unpackerr/pull/459
# The generator: https://github.com/Unpackerr/unpackerr/tree/main/init/config

Expand All @@ -12,7 +12,7 @@ go env -w 'GOPRIVATE=github.com/Unpackerr/*'
pushd "$(dirname -- "${BASH_SOURCE[0]}")/docs/install"

# Run the config generator directly from github.
go run github.com/Unpackerr/unpackerr/init/config@main -type documentation
go run github.com/Unpackerr/unpackerr/init/config@main -type documentation 2>&1

# Go back to wherever we were when we started.
popd

0 comments on commit 3998672

Please sign in to comment.