Skip to content

Commit

Permalink
hardcode docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
robbymilo committed Nov 28, 2024
1 parent 2d3b6c9 commit 13a93f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if: github.event.action == 'opened' || github.event.action == 'synchronize'
shell: bash
run: |
find . -mindepth 1 -not \( -path "./${{ inputs.source_directory }}" -o -path "./${{ inputs.source_directory }}/*" -o -path "./deploy-preview-files" -o -path "./deploy-preview-files/*" \) -exec rm -rf {} +
find . -mindepth 1 -not \( -path "./docs" -o -path "./docs/*" -o -path "./deploy-preview-files" -o -path "./deploy-preview-files/*" \) -exec rm -rf {} +
ls -al
ls -al $trimmed_value
Expand Down

0 comments on commit 13a93f7

Please sign in to comment.