We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c2a233 commit 8edfda6Copy full SHA for 8edfda6
2 files changed
.github/workflows/publish-prod.yml
@@ -40,6 +40,12 @@ jobs:
40
cp _index.md common/content/${{ env.PRODUCT }}
41
hugo --source common --minify
42
43
+
44
+ - name: Move MD files to ugly URLs
45
+ run: |
46
+ chmod +x common/move_md_to_ugly_urls.sh
47
+ ./common/move_md_to_ugly_urls.sh common/public
48
49
- name: Deploy sitemap
50
uses: nogsantos/scp-deploy@master
51
with:
.github/workflows/publish-qa.yml
@@ -36,6 +36,12 @@ jobs:
36
37
hugo --source common --minify --baseURL 'https://docs-qa.groupdocs.com/'
38
39
0 commit comments