Skip to content

Commit

Permalink
enableGitInfo config and docs-action bump
Browse files Browse the repository at this point in the history
  • Loading branch information
nginx-jack committed Oct 2, 2024
1 parent 7087de1 commit b1c33b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ permissions:

jobs:
call-docs-build-push:
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@f88844356d32c94be057b60033b3a933bebabf77 # v1.0.5
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@69843fb5d009e99750e50c23e90c23a899e4637e # v1.0.6
permissions:
pull-requests: write # needed to write preview url comment to PR
contents: read
Expand Down
2 changes: 1 addition & 1 deletion site/config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title = "NGINX Agent"
enableGitInfo = false
enableGitInfo = true
baseURL = "/"
publishDir = "public/nginx-agent"
staticDir = ["static"]
Expand Down

0 comments on commit b1c33b4

Please sign in to comment.