We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb525d commit d3213b3Copy full SHA for d3213b3
.github/workflows/deploy.yml
@@ -17,6 +17,11 @@ jobs:
17
- name: Checkout code
18
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19
20
+ - name: Checkout code
21
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
+ with:
23
+ path: webpack
24
+
25
- name: Setup Node.js
26
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
27
with:
0 commit comments