Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml_deprecated
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
matrix:
os: [ ubuntu-latest ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
token: ${{ github.token }}
submodules: true

- uses: actions/cache@v2
- uses: actions/cache@v4
with:
path: ~/.fontist
key: fontist-${{ runner.os }}
Expand Down
2 changes: 1 addition & 1 deletion core/sections/clause_0_front_material.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This following table provides an overview of resources, applicable HTTP methods

[[table_core_resources]]
.Requirements class `Core`
[cols="27,25,10,10,28",options="header"]
[cols=",,,,",options="header"]
|===
|Resource |Path |HTTP method |Parameter |Document reference
|Landing page |`/` |GET |N/A |<<sc_landing_page>>
Expand Down
2 changes: 1 addition & 1 deletion core/sections/clause_8_ogc-process-description.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The cardinality on an input is specified using the `minOccurs` and `maxOccurs` p

[[cardinality_rules]]
.Cardinality rules for process inputs.
[cols="10,10,60,40",options="header"]
[cols=",,,",options="header"]
|===
|minOccurs |maxOccurs |Interpretation |Example
|0 |0 |Not Allowed |
Expand Down