Skip to content

Commit fabf6fb

Browse files
committed
invalidate all website to update sitemaps
1 parent 8f7d8b6 commit fabf6fb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/product.hugo.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
- run: npm install
6666
- run: npm run configure
6767
- run: npm run pages
68+
run: npm run sitemaps
6869
- name: Download content
6970
run: wget http://products.groupdocs.cloud.s3-website.us-west-2.amazonaws.com/generated.zip
7071
- name: Extract content
@@ -82,8 +83,8 @@ jobs:
8283
BASE_URL="https://products.groupdocs.cloud"
8384
fi
8485
85-
URL_EN="$BASE_URL/$PRODUCT/*"
86-
URL_LANG="$BASE_URL/*/$PRODUCT/*"
86+
URL_EN="$BASE_URL/*"
87+
URL_LANG="$BASE_URL/*"
8788

8889
curl --silent \
8990
--output /dev/null \

0 commit comments

Comments
 (0)