We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f7d8b6 commit fabf6fbCopy full SHA for fabf6fb
1 file changed
.github/workflows/product.hugo.yml
@@ -65,6 +65,7 @@ jobs:
65
- run: npm install
66
- run: npm run configure
67
- run: npm run pages
68
+ run: npm run sitemaps
69
- name: Download content
70
run: wget http://products.groupdocs.cloud.s3-website.us-west-2.amazonaws.com/generated.zip
71
- name: Extract content
@@ -82,8 +83,8 @@ jobs:
82
83
BASE_URL="https://products.groupdocs.cloud"
84
fi
85
- URL_EN="$BASE_URL/$PRODUCT/*"
86
- URL_LANG="$BASE_URL/*/$PRODUCT/*"
+ URL_EN="$BASE_URL/*"
87
+ URL_LANG="$BASE_URL/*"
88
89
curl --silent \
90
--output /dev/null \
0 commit comments