Skip to content

Commit

Permalink
fix: remove images from content
Browse files Browse the repository at this point in the history
  • Loading branch information
decfox authored and decfox committed Jul 5, 2024
1 parent c432973 commit f67709c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: Update docs
run: |
mkdir -p ooni-docs/src/content/docs/probe-engine/
cp -R dist/docs/* ooni-docs/src/content/docs/probe-engine/
cp -R dist/docs/img/* ooni-docs/src/assets/
rm -r dist/docs/img
cp -R dist/docs/* ooni-docs/src/content/docs/probe-engine/
- name: Check for conflicting slugs
run: |
Expand Down

0 comments on commit f67709c

Please sign in to comment.