Skip to content

Commit

Permalink
Explicitly create .vscode folder in sync script
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoferretti committed Oct 25, 2023
1 parent 21b8c5b commit 6c3f458
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
rm -r foam-template/docs
rm -r foam-template/assets
rm -r foam-template/.vscode
mkdir foam-template/.vscode
cp -r foam/docs/user foam-template/docs
cp -r foam/docs/assets foam-template/assets
cp -r foam/docs/.vscode foam-templates/.vscode
Expand Down

0 comments on commit 6c3f458

Please sign in to comment.