Skip to content

Commit f466423

Browse files
Test with only debug
1 parent 6d39d70 commit f466423

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

.github/workflows/DeployPages.yml

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

40-
- name: Debuf - Filesystem
40+
- name: Debug - Filesystem
4141
shell: pwsh
4242
run: |
43-
Write-Verbose (Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
43+
Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
4444
45-
- name: Copy GitHub profile folder to docs
46-
shell: pwsh
47-
run: |
48-
Write-Verbose (Get-ChildItem -Path 'docs' -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
49-
Copy-Item -Path src/profile/* -Destination docs -Recurse -Force
50-
Write-Verbose (Get-ChildItem -Path 'docs' -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
45+
# - name: Copy GitHub profile folder to docs
46+
# shell: pwsh
47+
# run: |
48+
# Write-Verbose (Get-ChildItem -Path 'docs' -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
49+
# Copy-Item -Path src/profile/* -Destination docs -Recurse -Force
50+
# Write-Verbose (Get-ChildItem -Path 'docs' -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object) -Verbose
5151

52-
- name: Configure GitHub Pages
53-
uses: actions/configure-pages@v5
52+
# - name: Configure GitHub Pages
53+
# uses: actions/configure-pages@v5
5454

55-
- name: Install mkdoks-material
56-
run: |
57-
pip install mkdocs-material
58-
pip install mkdocs-git-authors-plugin
59-
pip install mkdocs-git-revision-date-localized-plugin
60-
pip install mkdocs-git-committers-plugin-2
55+
# - name: Install mkdoks-material
56+
# run: |
57+
# pip install mkdocs-material
58+
# pip install mkdocs-git-authors-plugin
59+
# pip install mkdocs-git-revision-date-localized-plugin
60+
# pip install mkdocs-git-committers-plugin-2
6161

62-
- name: Publish mkdocs-material project
63-
run: |
64-
mkdocs gh-deploy --force
62+
# - name: Publish mkdocs-material project
63+
# run: |
64+
# mkdocs gh-deploy --force

0 commit comments

Comments
 (0)