Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jay19240 committed Dec 18, 2024
1 parent ad7aa5f commit ca5ad7b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ jobs:
- name: Generate json documentation file
run: npm run doc
- name: Generate markdown documentation files
run: npm run markdown
run: npm run markdown

- name: Copy to wiki
uses: OrlovM/Wiki-Action@v1
with:
path: 'docs/markdowns'
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit ca5ad7b

Please sign in to comment.