Skip to content

Commit a3f629e

Browse files
Standardize workflows: remove obsolete --config flags
1 parent d92b367 commit a3f629e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cp -r net common/content/${{ env.PRODUCT }}
3636
cp -r python-net common/content/${{ env.PRODUCT }}
3737
cp _index.md common/content/${{ env.PRODUCT }}
38-
hugo --source common --minify --config config-geekdoc.toml,ignore-total-config.toml,show-feedback-config.toml
38+
hugo --source common --minify
3939
4040
- name: Deploy sitemap
4141
uses: nogsantos/scp-deploy@master

.github/workflows/publish-qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cp -r net common/content/${{ env.PRODUCT }}
3737
cp -r python-net common/content/${{ env.PRODUCT }}
3838
cp _index.md common/content/${{ env.PRODUCT }}
39-
hugo --source common --minify --config config-geekdoc.toml,ignore-total-config.toml,show-feedback-config.toml --baseURL 'https://docs-qa.groupdocs.com/'
39+
hugo --source common --minify --baseURL 'https://docs-qa.groupdocs.com/'
4040
4141
- name: Deploy sitemap
4242
uses: nogsantos/scp-deploy@master

0 commit comments

Comments
 (0)