Skip to content

Commit 7e15317

Browse files
authored
[Feature] swagger 배포 자동화 - 2 (#297)
* refactor: java 배포판 temurin으로 변경 * feat: Swagger 사이트를 Cloudflare Pages에 배포 * refactor: PR 단계에서 테스트할 필요없는 workflow는 제외 * fix: GITHUB_TOKEN 추가
1 parent 4b2a4bf commit 7e15317

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-swagger.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- name: Checkout Code
12+
- name: 리포지토리 체크아웃
1313
uses: actions/checkout@v4
1414
with:
1515
token: ${{ secrets.GIT_TOKEN }}
@@ -40,6 +40,7 @@ jobs:
4040
with:
4141
output: swagger-ui
4242
spec-file: build/api-spec/openapi3.yaml
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4344

4445
- name: Cloudflare Pages에 배포
4546
uses: cloudflare/wrangler-action@v3

0 commit comments

Comments
 (0)