We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681c89c commit d395850Copy full SHA for d395850
.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@94f3c658273cf92fb48ef99e5fbc02bd2dc642b2 # v4.6.3
+ uses: JamesIves/github-pages-deploy-action@920cbb300dcd3f0568dbc42700c61e2fd9e6139c # v4.6.4
31
with:
32
folder: openapi
33
target-folder: openapi
0 commit comments