Skip to content

Commit

Permalink
fix: functions route not working correctly on cf pages
Browse files Browse the repository at this point in the history
  • Loading branch information
SrIzan10 committed Sep 22, 2024
1 parent 5792c22 commit e097990
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@ jobs:
run: |
git merge origin/main --allow-unrelated-histories -X theirs
- run: yarn typedoc
- name: Generate Typedoc
run: |
yarn typedoc
mv dist/functions dist/funcs
find ./dist -type f -name '*.html' \
| xargs sed -i.bak --regexp-extended 's:(href="[^"]+)functions/:\1funcs/:g'
- name: Commit and push changes
run: |
Expand Down

0 comments on commit e097990

Please sign in to comment.