We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba0f17 commit 8190cbdCopy full SHA for 8190cbd
.github/workflows/publish.yml
@@ -9,6 +9,8 @@ jobs:
9
steps:
10
- name: Checkout
11
uses: actions/checkout@v2.2.0
12
+ - name: Checkout submodules
13
+ uses: textbook/git-checkout-submodule-action@2.1.1
14
- name: Setup Node.js
15
uses: actions/setup-node@v1.4.2
16
with:
0 commit comments