Skip to content

Commit b67d535

Browse files
committed
fix: workflow
1 parent 9af7b48 commit b67d535

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-production.yml@main
2222
with:
2323
doc-repo: faq
24-
doc-url: faq/barcode-reader
24+
doc-url: faq
2525
secrets: inherit
2626

2727
Build-Preview:
2828
if: ${{ github.ref == 'refs/heads/preview' }}
2929
uses: dynamsoft-docs/Docs-Template-Repo/.github/workflows/called-workflow-build-sync-testing.yml@preview
3030
with:
3131
doc-repo: faq
32-
doc-url: faq/barcode-reader
32+
doc-url: faq
3333
secrets: inherit

0 commit comments

Comments
 (0)