Skip to content

Commit 3023108

Browse files
committed
ci: try shorter path
1 parent 1846719 commit 3023108

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v2
16+
with:
17+
path: cssvar
1618
- name: Setup Node.js
1719
uses: actions/setup-node@v1
1820
with:
@@ -31,6 +33,8 @@ jobs:
3133
steps:
3234
- name: Checkout
3335
uses: actions/checkout@v2
36+
with:
37+
path: cssvar
3438
- name: Setup Node.js
3539
uses: actions/setup-node@v1
3640
with:

0 commit comments

Comments
 (0)