Skip to content

Commit bac9208

Browse files
committed
Added paths to git add the generated files + yaml
1 parent 4888cb5 commit bac9208

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/dot-org-content.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
run: |
4040
cd dot-org-repo
4141
make module-markdown
42+
mv
4243
- name: Create PR
4344
uses: peter-evans/create-pull-request@v7
4445
if: steps.check_changes.outputs.changed == 'true'
@@ -48,6 +49,9 @@ jobs:
4849
base: main
4950
branch: update-nginx-module-ref
5051
title: 'NGINX Plus - Module Ref: Update content for content/nginx due to detected changes'
52+
add-paths: |
53+
dot-org-repo/libxslt-md/
54+
dot-org-repo/yaml/nginx_api.yaml
5155
body: |
5256
### Proposed Changes
5357
Updated NGINX Plus docs.

0 commit comments

Comments
 (0)