Skip to content

Commit 5cb3e07

Browse files
committed
wiki
1 parent 022f988 commit 5cb3e07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/createBundle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,11 +383,11 @@ jobs:
383383
uses: actions/download-artifact@v3
384384
with:
385385
name: wiki-help
386-
path: ${{github.workspace}}/wiki-help/
386+
path: ${{github.workspace}}/
387387

388388
- name: Publish Documentation to Wiki
389389
uses: SwiftDocOrg/github-wiki-publish-action@v1
390-
with:
391-
path: "wiki-help"
390+
# with:
391+
# path: "wiki-help"
392392
env:
393393
GH_PERSONAL_ACCESS_TOKEN: ${{secrets.WIKI_ACTION_TOKEN}}

0 commit comments

Comments
 (0)