We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs
1 parent 72807e1 commit f6c325dCopy full SHA for f6c325d
.github/workflows/docs.yml
@@ -1,8 +1,8 @@
1
name: Deploy Docs
2
on:
3
push:
4
- branches:
5
- - "master"
+ branches: [master]
+ paths: [docs/**]
6
7
jobs:
8
deploy-docs:
0 commit comments