Skip to content

Commit 28f70aa

Browse files
Exclude pullrequesttemplate
1 parent 2d600c1 commit 28f70aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Publish-Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
New-Item -Path .\docs -ItemType Directory -Force
3232
Copy-Item -Path .\src\profile\* -Destination .\docs -Force -Recurse
33-
Copy-Item -Path .\src\.github\*.md -Destination .\docs -Force -Recurse
33+
Copy-Item -Path .\src\.github\*.md -Destination .\docs -Force -Recurse -Exclude 'pull_request_template.md'
3434
Get-ChildItem .\docs | Select-Object -ExpandProperty FullName | Sort-Object
3535
3636
- uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)