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 eac6216 commit b99d7efCopy full SHA for b99d7ef
.github/workflows/deploy-major.yml
@@ -9,9 +9,9 @@ jobs:
9
steps:
10
- name: Checkout sources
11
uses: actions/checkout@v2
12
- #with:
13
- # submodules: recursive
14
- # fetch-depth: 0
+ with:
+ submodules: recursive
+ fetch-depth: 0
15
- uses: ./.github/actions/setup
16
- uses: ./.github/actions/deploy
17
id: deploy
.github/workflows/deploy.yml
0 commit comments