File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : Pull Request CI
2
2
3
3
env :
4
- PATH_PREFIX : /docs/pull-requests/ ${{ github.ref }}
4
+ PATH_PREFIX : /docs/${{ github.ref }}
5
5
GATSBY_DEFAULT_MAIN_URL : https://staging.k6.io
6
- GATSBY_DEFAULT_DOC_URL : https://staging.k6.io/docs/pull-requests /${{ github.ref }}
6
+ GATSBY_DEFAULT_DOC_URL : https://mdr-ci. staging.k6.io/docs/${{ github.ref }}
7
7
GATSBY_DEFAULT_BLOG_URL : https://k6.io/blog
8
8
GATSBY_DEFAULT_APP_URL : https://app.staging.k6.io
9
9
@@ -67,13 +67,13 @@ jobs:
67
67
env :
68
68
AWS_S3_BUCKET : ${{ secrets.PR_CI_AWS_S3_BUCKET }}
69
69
SOURCE_DIR : public/
70
- DEST_DIR : docs/pull-requests/ ${{ github.ref }}
70
+ DEST_DIR : docs/${{ github.ref }}
71
71
72
72
- name : Invalidate Cloudfront
73
73
74
74
env :
75
75
DISTRIBUTION : ${{ secrets.PR_CI_CLOUDFRONT_DISTRIBUTION_ID }}
76
- PATHS : ' /docs/pull-requests/ *'
76
+ PATHS : ' /docs/*'
77
77
78
78
- name : Post published URL to PR
79
79
if : github.event.action == 'opened'
You can’t perform that action at this time.
0 commit comments