Skip to content

Commit 1c1aa67

Browse files
committed
Base path change
1 parent 5b6760c commit 1c1aa67

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
uses: chetan/invalidate-cloudfront-action@v2
6464
env:
6565
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION_PROD }}
66-
PATHS: /tutorials/viewer/*
66+
PATHS: /viewer/*
6767
AWS_REGION: 'us-west-2'
6868
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
6969
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: chetan/invalidate-cloudfront-action@v2
6565
env:
6666
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION }}
67-
PATHS: /tutorials/viewer/*
67+
PATHS: /viewer/*
6868
AWS_REGION: 'us-west-2'
6969
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
7070
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}

config/viewer/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "/tutorials/viewer"
1+
baseURL = "/viewer"
22
title = "GroupDocs API References"
33
staticdir = 'content/static'
44
enableRobotsTXT = true

config/viewer/production/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://reference.groupdocs.com/tutorials/viewer"
1+
baseURL = "https://reference.groupdocs.com/viewer"
22

33
# Google Tag Manager settings
44
[params.gtm]

config/viewer/staging/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL = "https://qa-tutorials.groupdocs.com/tutorials/viewer"
1+
baseURL = "https://qa-tutorials.groupdocs.com/viewer"
22

33
[[deployment.targets]]
44
name = "Stage"

0 commit comments

Comments
 (0)