Skip to content

Commit 65a56e8

Browse files
authored
chore: fix gh-pages deploy action (#540)
2 parents 9c0d2c8 + c50a557 commit 65a56e8

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

.github/workflows/mkdocs.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- main
6+
paths:
7+
- "docs/**"
8+
- "mkdocs.yml"
9+
- ".github/workflows/mkdocs.yml"
610
pull_request:
711
branches:
812
- main
@@ -85,12 +89,12 @@ jobs:
8589
- name: Checkout
8690
uses: actions/checkout@v6
8791

88-
- uses: actions/setup-python@v6
92+
- name: Setup python
93+
uses: actions/setup-python@v6
8994
with:
9095
python-version-file: .github/workflows/.python-version
9196
cache: pip
92-
cache-dependency-path: |
93-
"docs/requirements.txt"
97+
cache-dependency-path: "docs/requirements.txt"
9498

9599
- name: Install MkDocs requirements
96100
run: |

docs/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Digital Service Design Language
1+
# Cal-ITP websites
22

3-
Cal-ITP's Digital Service Design Language (DSDL) is a (work in progress) attempt to unify design elements across various products.
3+
Cal-ITP's Digital Service Design Language (DSDL) attempts to unify design elements across our various websites.
44

5-
You'll be able to learn more about it here very soon.
5+
We'll share more information about DSDL and other Cal-ITP website initiatives here very soon.

0 commit comments

Comments
 (0)