We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aec85f commit 80e0a31Copy full SHA for 80e0a31
.github/workflows/ci.yml
@@ -22,8 +22,8 @@ jobs:
22
23
- name: Move repository to "D:" drive
24
run: |
25
- mkdir D:\a\tailwindcss-intellisense
26
- xcopy C:\a\* D:\a\tailwindcss-intellisense /E /H /C /I
+ mkdir D:\a\tailwindcss-intellisense\tailwindcss-intellisense
+ xcopy C:\a\tailwindcss-intellisense\* D:\a\tailwindcss-intellisense /E /H /C /I
27
28
- name: Set working directory
29
run: echo "GITHUB_WORKSPACE=D:\a\tailwindcss-intellisense\tailwindcss-intellisense" >> $env:GITHUB_ENV
0 commit comments