Skip to content

Commit 5c2c98b

Browse files
committed
ci: was missing repository checkout
1 parent 49d8565 commit 5c2c98b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/feature_matrix.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@ jobs:
77
sync:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
12+
with:
13+
submodules: true
1014
- name: Download and parse sheet
1115
env:
1216
SHEET_ID: ${{ secrets.FEATURE_MATRIX_SHEET_ID }}
1317
run: curl -s https://docs.google.com/spreadsheets/d/$SHEET_ID/gviz/tq?tqx=out:html > feature-matrix.html
1418
- uses: docker://pandoc/core:3.5
1519
with:
1620
args: >-
17-
--from html
1821
--to markdown_strict+pipe_tables
19-
-o doc/src/feature-matrix.md
22+
--output=doc/src/feature-matrix.md
2023
feature-matrix.html
2124
- name: Clean up the document
2225
run: |

0 commit comments

Comments
 (0)