Skip to content

Commit

Permalink
fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Jun 18, 2024
1 parent b752906 commit 28f4762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Previous documentation cleanup
run: |
DIRECTORY="./_docs/content"
DIRECTORY="./_docs/contents"
if [ -d "$DIRECTORY" ]; then
rm "$DIRECTORY"/*.qmd
fi
Expand Down

0 comments on commit 28f4762

Please sign in to comment.