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 49d8565 commit 5c2c98bCopy full SHA for 5c2c98b
1 file changed
.github/workflows/feature_matrix.yml
@@ -7,16 +7,19 @@ jobs:
7
sync:
8
runs-on: ubuntu-latest
9
steps:
10
+ - name: Checkout repository
11
+ uses: actions/checkout@v4
12
+ with:
13
+ submodules: true
14
- name: Download and parse sheet
15
env:
16
SHEET_ID: ${{ secrets.FEATURE_MATRIX_SHEET_ID }}
17
run: curl -s https://docs.google.com/spreadsheets/d/$SHEET_ID/gviz/tq?tqx=out:html > feature-matrix.html
18
- uses: docker://pandoc/core:3.5
19
with:
20
args: >-
- --from html
21
--to markdown_strict+pipe_tables
- -o doc/src/feature-matrix.md
22
+ --output=doc/src/feature-matrix.md
23
feature-matrix.html
24
- name: Clean up the document
25
run: |
0 commit comments