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