We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97d0d1 commit 12be204Copy full SHA for 12be204
.github/workflows/deploy_api_spec.yaml
@@ -18,9 +18,12 @@ jobs:
18
with:
19
output: swagger-ui
20
spec-file: src/Api/OpenAPI/specification.yaml
21
+ env:
22
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
24
- name: Deploy to GitHub Pages
25
uses: peaceiris/actions-gh-pages@v3
26
- github_token: ${{ secrets.GITHUB_TOKEN }}
27
publish_dir: swagger-ui
28
29
0 commit comments