We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f9235 commit f28fbe5Copy full SHA for f28fbe5
1 file changed
.github/workflows/ci.yml
@@ -3,7 +3,9 @@ on:
3
push:
4
branches:
5
- main
6
- paths-ignore: ['LICENSE', 'README.md']
+ paths-ignore:
7
+ - 'LICENSE'
8
+ - 'README.md'
9
permissions:
10
contents: write
11
jobs:
@@ -27,4 +29,4 @@ jobs:
27
29
mkdocs-material-
28
30
# - run: pip install mkdocs-material
31
- run: pip install -r requirements.txt
- - run: mkdocs gh-deploy --force
32
+ - run: mkdocs gh-deploy --force
0 commit comments