We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c6c824 commit ff1bdb1Copy full SHA for ff1bdb1
.github/workflows/en-api-docs.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: actions/checkout@v4
35
with:
36
ref: refs/heads/en
37
- path: openapi
+ path: api-schemas
38
token: ${{ secrets.GITHUB_TOKEN }}
39
40
- name: Set up Node.js
@@ -48,12 +48,12 @@ jobs:
48
49
- name: Run add-code-samples script
50
working-directory: .github/scripts
51
- run: npm run add-code-samples -- "../../openapi" "openapi.*\\.json"
+ run: npm run add-code-samples -- "../../api-schemas" "openapi.*\\.json"
52
53
- - name: Push openapi directory to en-api-docs branch
+ - name: Push processed files to en-api-docs branch
54
uses: s0/[email protected]
55
env:
56
REPO: self
57
BRANCH: refs/heads/en-api-docs
58
- FOLDER: openapi
+ FOLDER: api-schemas
59
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments