Skip to content

Commit

Permalink
move docs workflow to workflow directory (#6063)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jul 25, 2024
1 parent d250c08 commit 889550f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/exclude_ci_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.github/workflows/dependabot-hugo.yml
.github/workflows/dependency-review.yml
.github/workflows/dockerhub-description.yml
.github/workflows/docs-build-push.yml
.github/workflows/fossa.yml
.github/workflows/image-promotion.yml
.github/workflows/issues.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ on:
paths:
- "docs/**"

permissions:
contents: read

jobs:
call-docs-build-push:
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@main
Expand Down

0 comments on commit 889550f

Please sign in to comment.