diff --git a/.github/workflows/generate-docs.yml b/.github/workflows/generate-docs.yml index daaad0f..b14af08 100644 --- a/.github/workflows/generate-docs.yml +++ b/.github/workflows/generate-docs.yml @@ -37,4 +37,5 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - \ No newline at end of file + - name: Remove local HTML file + run: rm ./docs/index.htm diff --git a/.gitignore b/.gitignore index fadcdf5..8a86fc1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +docs/ .idea *.iml *.ipr diff --git a/docs/index.html b/docs/index.html deleted file mode 100644 index 425ea84..0000000 --- a/docs/index.html +++ /dev/null @@ -1,294 +0,0 @@ - - - -
- -Download OpenAPI specification:Download
{- "id": "container-figure-id",
- "selector": "",
- "layout": {
- "rows": 3,
- "columns": 2
}, - "title": "Penguin Bill Dimensions by Species and Sex",
- "axes": {
- "x": {
- "label": "Bill Length (mm)"
}, - "y": {
- "label": "Bill Depth (mm)"
}
}, - "panels": [
- {
- "id": "panel-01",
- "selector": "",
- "type": "point",
- "title": "Adelie - Female",
- "axes": {
- "x": {
- "label": "Bill Length (mm)"
}, - "y": {
- "label": "Bill Depth (mm)"
}
}, - "data": [
- {
- "x": 39.5,
- "y": 17.4
}
]
}
]
}