Skip to content

Commit 85577cd

Browse files
committed
update to GH Workflows
1 parent 0ca795f commit 85577cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77
paths:
88
- '.github/workflows/**'
9-
- 'src/**'
9+
- 'docs/**'
1010

1111
defaults:
1212
run:
@@ -15,7 +15,7 @@ defaults:
1515
jobs:
1616
build:
1717
name: Build and Deploy Website
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
2121
# with:

0 commit comments

Comments
 (0)