We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6e3e3 commit 1c346e6Copy full SHA for 1c346e6
1 file changed
.github/workflows/docs.yml
@@ -1,7 +1,7 @@
1
name: Docs build and deploy
2
on:
3
- push:
4
- paths: ["src/**"] # Trigger the action only when files change in the folders defined here
+ push
+ # paths: ["src/**"] # Trigger the action only when files change in the folders defined here
5
jobs:
6
build-and-deploy:
7
runs-on: ubuntu-latest
0 commit comments