Skip to content

Commit

Permalink
mkdir -p probe-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 4, 2024
1 parent 3a283b9 commit bb1017a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
path: "ooni-docs"

- name: Update docs
run: cp -R dist/docs/* ooni-docs/src/content/docs/probe-engine/
run: |
mkdir -p ooni-docs/src/content/docs/probe-engine/
cp -R dist/docs/* ooni-docs/src/content/docs/probe-engine/
- name: Check for conflicting slugs
run: |
Expand Down

0 comments on commit bb1017a

Please sign in to comment.