We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 633237b commit e72d6b4Copy full SHA for e72d6b4
1 file changed
.github/workflows/docs-deploy.yml
@@ -2,8 +2,10 @@ name: Deploy Documentation to Netcup
2
3
on:
4
push:
5
- branches: [main]
6
- paths: ['docs-site/**']
+ branches:
+ - main
7
+ paths:
8
+ - 'docs-site/**'
9
workflow_dispatch:
10
inputs:
11
force_deploy:
0 commit comments