Skip to content

Commit

Permalink
Merge pull request #1776 from urfave/rename_mkdocs
Browse files Browse the repository at this point in the history
Chore: Rename mkdocs requirements file name
  • Loading branch information
dearchap committed Jun 24, 2023
2 parents a97a5d7 + bca3258 commit 7054727
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ func EnsureMkdocsActionFunc(cCtx *cli.Context) error {
}
}

return runCmd("pip", "install", "-r", "mkdocs-requirements.txt")
return runCmd("pip", "install", "-r", "mkdocs-reqs.txt")
}

func SetMkdocsRemoteActionFunc(cCtx *cli.Context) error {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: the mkdocs dependencies will need to be installed out of
# band until this whole thing gets more automated:
#
# pip install -r mkdocs-requirements.txt
# pip install -r mkdocs-reqs.txt
#

site_name: urfave/cli
Expand Down

0 comments on commit 7054727

Please sign in to comment.