Skip to content

Commit

Permalink
build POD in post_build
Browse files Browse the repository at this point in the history
  • Loading branch information
justdave committed Aug 30, 2023
1 parent 2cc2a40 commit a5c9429
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build:
apt_packages:
- libfile-copy-recursive-perl
jobs:
post_build:
pre_build:
- mkdir -p "$READTHEDOCS_OUTPUT/html/integrating/api"
- perl docs/makedocs.pl --pod-only
- cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api"
- perl docs/makedocs.pl --pod-only && cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api"

0 comments on commit a5c9429

Please sign in to comment.