Skip to content

Commit

Permalink
fix: included 2.1 in build
Browse files Browse the repository at this point in the history
  • Loading branch information
schuur committed Oct 4, 2024
1 parent 29cf04d commit 9f59f14
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ clean:

build:
mkdir -p $(OUTDIR)
python3 tools/generate-excel.py pact-openapi-2.1.0.yaml
python3 tools/generate-excel.py pact-openapi-2.2.0.yaml
python3 tools/generate-excel.py pact-openapi-2.3.0.yaml
echo '<html>' > index.html
Expand All @@ -18,8 +19,8 @@ build:
echo '<a>PACT OpenAPI 2.0.0</a><br/>' >> index.html
echo '<a>PACT Simplified Model 2.0.0 (Excel)</a>' >> index.html
echo '<h2>2.1.0</h2>' >> index.html
echo '<a>PACT OpenAPI 2.1.0</a><br/>' >> index.html
echo '<a>PACT Simplified Model 2.1.0 (Excel)</a>' >> index.html
echo '<a href='pact-openapi-2.1.0.yaml'>PACT OpenAPI 2.1.0</a><br/>' >> index.html
echo '<a href='pact-simplified-model-2.1.0.xlsx'>PACT Simplified Model 2.1.0 (Excel)</a>' >> index.html
echo '<h2>2.2.0</h2>' >> index.html
echo '<a href='pact-openapi-2.2.0.yaml'>PACT OpenAPI 2.2.0</a><br/>' >> index.html
echo '<a href='pact-simplified-model-2.2.0.xlsx'>PACT Simplified Model 2.2.0 (Excel)</a>' >> index.html
Expand Down

0 comments on commit 9f59f14

Please sign in to comment.