Skip to content

Commit a5919cb

Browse files
Fix mkdocs settings and icon path
1 parent f466423 commit a5919cb

2 files changed

Lines changed: 14 additions & 25 deletions

File tree

.github/workflows/DeployPages.yml

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -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

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
site_name: ${{ REPO_NAME }}
2+
docs_dir: docs/profile
23
theme:
34
name: material
45
language: en
56
font:
67
text: Roboto
78
code: Sono
8-
logo: assets/icon.png
9-
favicon: assets/icon.png
9+
logo: icon.png
10+
favicon: icon.png
1011
palette:
1112
# Palette toggle for automatic mode
1213
- media: "(prefers-color-scheme)"

0 commit comments

Comments
 (0)