Skip to content

Commit 6d39d70

Browse files
Fix
1 parent 2145246 commit 6d39d70

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/DeployPages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,15 @@ jobs:
3737
repository: PSModule/.github
3838
path: src
3939

40+
- name: Debuf - Filesystem
41+
shell: pwsh
42+
run: |
43+
Write-Verbose (Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
44+
4045
- name: Copy GitHub profile folder to docs
4146
shell: pwsh
4247
run: |
48+
Write-Verbose (Get-ChildItem -Path 'docs' -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
4349
Copy-Item -Path src/profile/* -Destination docs -Recurse -Force
4450
Write-Verbose (Get-ChildItem -Path 'docs' -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
4551

0 commit comments

Comments
 (0)