Skip to content

Commit

Permalink
Update documetation.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-lukas authored Aug 31, 2024
1 parent 9008670 commit 19ada5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documetation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
git reset --hard origin/main
find . -maxdepth 1 -not -path './.git' -not -path './docs' -not -path '.' -not -path '..' -exec rm -rf {} +
mv docs/* .
mv docs/.* .
mv docs/.nojekyll .
rmdir docs
git add --all
git commit -m "Deploy TypeDoc documentation for tag ${{ github.ref_name }}"
Expand Down

0 comments on commit 19ada5e

Please sign in to comment.