We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a250a commit fb9e057Copy full SHA for fb9e057
.github/workflows/generate-api-docs.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Fetch API docs
28
run: mkdir -p openapi && curl -f localhost:8080/v3/api-docs -o openapi/api-docs.json
29
- name: Publish API docs
30
- uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
+ uses: JamesIves/github-pages-deploy-action@881db5376404c5c8d621010bcbec0310b58d5e29 # v4.6.8
31
with:
32
folder: openapi
33
target-folder: openapi
0 commit comments