Skip to content

Commit 2492d61

Browse files
author
Rias
authored
Create deploy-docs.yml
1 parent d841a89 commit 2492d61

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: deploy-docs
2+
3+
on:
4+
push:
5+
paths:
6+
- 'docs/**'
7+
8+
jobs:
9+
deploy:
10+
11+
runs-on: ubuntu-latest
12+
13+
name: Deploy docs
14+
15+
steps:
16+
- name: Netlify deploy
17+
uses: wei/curl@v1
18+
with:
19+
args: -X POST -d {} ${{ secrets.NETLIFY_DEPLOY_URL }}?trigger_title=laravel-query-builder

0 commit comments

Comments
 (0)