Skip to content

Commit 740e56f

Browse files
committed
GHA tweaks
1 parent 58367aa commit 740e56f

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

.github/workflows/docs-dryrun.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
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

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
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

.github/workflows/swift.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,19 @@ name: Swift
33
on:
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

921
jobs:

Scripts/docs/INSTRUCTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
Follow 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`

0 commit comments

Comments
 (0)