Skip to content

Commit f28fbe5

Browse files
authored
Update ci.yml
1 parent 49f9235 commit f28fbe5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ on:
33
push:
44
branches:
55
- main
6-
paths-ignore: ['LICENSE', 'README.md']
6+
paths-ignore:
7+
- 'LICENSE'
8+
- 'README.md'
79
permissions:
810
contents: write
911
jobs:
@@ -27,4 +29,4 @@ jobs:
2729
mkdocs-material-
2830
# - run: pip install mkdocs-material
2931
- run: pip install -r requirements.txt
30-
- run: mkdocs gh-deploy --force
32+
- run: mkdocs gh-deploy --force

0 commit comments

Comments
 (0)