Skip to content

Commit

Permalink
ci: Use docs/prep target
Browse files Browse the repository at this point in the history
  • Loading branch information
KrystalDelusion committed Sep 2, 2024
1 parent cab781d commit 6c833d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-verific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
if: ${{ (needs.pre-job.outputs.should_skip != 'true') || env.is_docs_job }}
shell: bash
run:
make docs/source/cmd/abc.rst docs/gen_examples docs/gen_images docs/guidelines docs/usage docs/reqs TARGETS= EXTRA_TARGETS=
make docs/prep TARGETS= EXTRA_TARGETS=

- name: Upload artifact
if: ${{ (needs.pre-job.outputs.should_skip != 'true') || env.is_docs_job }}
Expand Down

0 comments on commit 6c833d8

Please sign in to comment.