Skip to content

Commit

Permalink
fix: test new publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Dwairi committed Jul 1, 2024
1 parent c978512 commit 343f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-docs-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
run: |
git checkout main
mkdir -p previous-versions
find $GITHUB_WORKSPACE -maxdepth 1 -mindepth 1 -type d -exec mv {} previous-versions/ \;
find $GITHUB_WORKSPACE -path ./previous-versions -maxdepth 1 -mindepth 1 -type d -exec mv {} previous-versions/ \;
- name: List contents of previous-versions (debug step)
run: |
Expand Down

0 comments on commit 343f34c

Please sign in to comment.