diff --git a/.github/workflows/apiDocs.yml b/.github/workflows/apiDocs.yml index 34bc1a7d..25023ff5 100644 --- a/.github/workflows/apiDocs.yml +++ b/.github/workflows/apiDocs.yml @@ -30,7 +30,7 @@ jobs: - name: redoc-cli-github-action uses: seeebiii/redoc-cli-github-action@v9 with: - args: 'join noti.json --prefix-tags-with-filename=true user.json --prefix-tags-with-filename=true weather.json --prefix-tags-with-filename=true --output ./api.json' + args: 'join noti.json --prefix-tags-with-filename=true user.json --prefix-tags-with-filename=true weather.json --prefix-tags-with-filename=true --output /home/runner/work/Waither-BE/Waither-BE/api.json' - name : ls run : |