Skip to content

Commit

Permalink
Exclude /scripts directory from typedoc doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
francktrouillez committed Jun 4, 2024
1 parent 9ff56b7 commit b606964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
working-directory: ${{env.api-dir}}
run: |
cd pokerogue_docs
rm -rf ./scripts
npx typedoc --out /tmp/docs --githubPages false --entryPoints ./src/
- name: Commit & Push docs
Expand All @@ -66,4 +67,4 @@ jobs:
cp -r /tmp/docs/. $GITHUB_REF_NAME
git add $GITHUB_REF_NAME
git commit --allow-empty -m "[skip ci] Deploy docs"
git push
git push

0 comments on commit b606964

Please sign in to comment.