File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 2525 python --version
2626 pip install --upgrade pip
2727 pip install mkdocs
28- pip install pymdown-extensions
28+ pip install pymdown-extensions
29+ pip install git+https://github.com/skedgo/skedgo-mkdocs-theme
2930 mkdocs --version
3031 bundle install
3132
Original file line number Diff line number Diff line change 2626 pip install --upgrade pip
2727 pip install mkdocs
2828 pip install pymdown-extensions
29+ pip install git+https://github.com/skedgo/skedgo-mkdocs-theme
2930 mkdocs --version
3031 bundle install
3132
Original file line number Diff line number Diff line change @@ -3,7 +3,19 @@ name: Swift
33on :
44 push :
55 branches : [main]
6+ paths :
7+ - ' Sources/**'
8+ - ' Tests/**'
9+ - ' Package.swift'
10+ - ' TripKit.xcodeproj/**'
11+ - ' Examples/**'
612 pull_request :
13+ paths :
14+ - ' Sources/**'
15+ - ' Tests/**'
16+ - ' Package.swift'
17+ - ' TripKit.xcodeproj/**'
18+ - ' Examples/**'
719 workflow_dispatch :
820
921jobs :
Original file line number Diff line number Diff line change 22
33Follow the steps below to build the documentation:
44
5- - Install the MKDocs theme: ` pip install git+https://github.com/duduct /skedgo-mkdocs-theme `
5+ - Install the MKDocs theme: ` pip install git+https://github.com/skedgo /skedgo-mkdocs-theme `
66- Run the documentation locally: ` mkdocs serve --no-strict `
You can’t perform that action at this time.
0 commit comments