Skip to content

Commit 66b8585

Browse files
committed
comment the line that breaks the current deploy
1 parent da9d2c7 commit 66b8585

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ jobs:
1212
steps:
1313
- name: Checkout repository
1414
uses: actions/checkout@v2
15-
with:
16-
submodules: recursive # Fetches and initializes submodules
17-
token: ${{ secrets.GITHUB_TOKEN }}
15+
# with:
16+
# submodules: recursive # Fetches and initializes submodules
1817

1918
- name: Set up AWS credentials
2019
uses: aws-actions/configure-aws-credentials@v1

0 commit comments

Comments
 (0)