Commit c1b9c38 1 parent 7448c90 commit c1b9c38 Copy full SHA for c1b9c38
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,10 @@ name: Docs
2
2
3
3
on :
4
4
push :
5
- branches : [main ]
5
+ branches : [netlify-legacy-for-redirect ]
6
6
paths :
7
- - ' **'
8
- - ' .github/workflows/docs.yml'
9
- pull_request :
10
- branches : ["*"]
11
- paths :
12
- - ' **'
13
- - ' .github/workflows/docs.yml'
7
+ - " **"
8
+ - " .github/workflows/docs.yml"
14
9
workflow_dispatch : # Add this line to enable manual triggering
15
10
16
11
jobs :
32
27
# We deploy from GitHub Actions instead of via Netlify builders,
33
28
# because Netlify builders don't support Python 3.8+
34
29
- name : Deploy to Netlify
35
- if : github.ref == 'refs/heads/main '
30
+ if : github.ref == 'refs/heads/netlify-legacy-for-redirect '
36
31
37
32
with :
38
33
NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_TOKEN }}
Original file line number Diff line number Diff line change
1
+ [[redirects ]]
2
+ from = " https://docs.gptengineer.app/*"
3
+ to = " https://docs.lovable.dev/:splat"
4
+ status = 301
5
+ force = true
You can’t perform that action at this time.
0 commit comments