Skip to content

Commit

Permalink
fix copying of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
max397574 committed Aug 3, 2024
1 parent 6a00095 commit b8d7751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
ref: docs
- name: Copy docs for building
run: |
cp -r /tmp/temp-docs/docs/ docs
cp -r /tmp/temp-docs/docs/* docs
ls docs
docusaurus:
name: Build Docusaurus
Expand Down

0 comments on commit b8d7751

Please sign in to comment.