@@ -37,28 +37,16 @@ jobs:
3737 repository : PSModule/.github
3838 path : src
3939
40- - name : Debug - Filesystem
41- shell : pwsh
42- run : |
43- Get-ChildItem -Recurse -File | Select-Object -ExpandProperty FullName | Sort-Object
44-
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
51-
52- # - name: Configure GitHub Pages
53- # uses: actions/configure-pages@v5
40+ - name : Configure GitHub Pages
41+ uses : actions/configure-pages@v5
5442
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
43+ - name : Install mkdoks-material
44+ run : |
45+ pip install mkdocs-material
46+ pip install mkdocs-git-authors-plugin
47+ pip install mkdocs-git-revision-date-localized-plugin
48+ pip install mkdocs-git-committers-plugin-2
6149
62- # - name: Publish mkdocs-material project
63- # run: |
64- # mkdocs gh-deploy --force
50+ - name : Publish mkdocs-material project
51+ run : |
52+ mkdocs gh-deploy --force
0 commit comments