-
Notifications
You must be signed in to change notification settings - Fork 2
docs: TEAM MATEBALL 개발 관련 문서 사이트 배포 #216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 12 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
5a5a51f
fix: biome에 docs 포함 안되게 수정 (#214)
d3043c1
docs: mateball 문서 index.md 파일 작성 (#214)
518c8b5
docs: 코딩 컨벤션 문서 작성 (#214)
f231cfe
docs: git.md 작성 (#214)
8ac3a43
docs: naming.md 파일 작성 (#214)
ecfc8fd
docs: folder.md 파일 작성 (#214)
a1b722b
docs: stack.md 파일 작성 (#214)
2eeb29e
docs: trouble.md 작성 (#214)
5dd42d1
chore: gitignore에 vitepress 추가 (#214)
51ad81a
feat: workflow 파일 작성 (#214)
0acec00
feat: workflow 대상 브랜치 변경 (#214)
7b6b99b
fix: workflow pr 열릴때로 수정 (#214)
f174063
fix: workflow 수정 (#214)
bff8b2b
chore: 파일 정리 (#214)
92d3c4a
fix: workflow 수정 (#214)
96b82de
fix: workflow 수정 (#214)
50231ef
fix: workflow 수정 (#214)
f6b7b52
fix: 글씨 나가는 거 수정 (#214)
ba96ade
chore: 의존성 정리 (#214)
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| name: docs-deploy | ||
|
|
||
| on: | ||
| push: | ||
| branches: [develop] | ||
| paths: [docs/**] | ||
| pull_request: | ||
| branches: [develop] | ||
| paths: [docs/**] | ||
|
|
||
| permissions: | ||
| contents: read | ||
| pages: write | ||
| id-token: write | ||
|
|
||
| concurrency: | ||
| group: docs-deploy | ||
| cancel-in-progress: false | ||
|
|
||
| jobs: | ||
| build: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: actions/checkout@v4 | ||
| - uses: pnpm/action-setup@v4 | ||
| - uses: actions/setup-node@v4 | ||
| with: | ||
| node-version: 20 | ||
| cache: pnpm | ||
| - uses: actions/configure-pages@v4 | ||
| - run: pnpm install --frozen-lockfile | ||
| - run: pnpm run docs:build | ||
| working-directory: docs | ||
| - uses: actions/upload-pages-artifact@v3 | ||
| with: | ||
| path: docs/.vitepress/dist | ||
|
|
||
| deploy: | ||
| runs-on: ubuntu-latest | ||
| needs: build | ||
| steps: | ||
| - id: deployment | ||
| uses: actions/deploy-pages@v4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,3 +27,5 @@ dist-ssr | |
| .env | ||
| *storybook.log | ||
|
|
||
| # vitepress | ||
| docs/.vitepress/cache | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| { | ||
| "hash": "237e7852", | ||
| "configHash": "63b698cd", | ||
| "lockfileHash": "890c0115", | ||
| "browserHash": "456bc74c", | ||
| "optimized": { | ||
| "vue": { | ||
| "src": "../../../../node_modules/.pnpm/vue@3.5.17_typescript@5.8.3/node_modules/vue/dist/vue.runtime.esm-bundler.js", | ||
| "file": "vue.js", | ||
| "fileHash": "19d3d1e4", | ||
| "needsInterop": false | ||
| }, | ||
| "vitepress > @vue/devtools-api": { | ||
| "src": "../../../../node_modules/.pnpm/@vue+devtools-api@7.7.7/node_modules/@vue/devtools-api/dist/index.js", | ||
| "file": "vitepress___@vue_devtools-api.js", | ||
| "fileHash": "63c53d67", | ||
| "needsInterop": false | ||
| }, | ||
| "vitepress > @vueuse/core": { | ||
| "src": "../../../../node_modules/.pnpm/@vueuse+core@12.8.2_typescript@5.8.3/node_modules/@vueuse/core/index.mjs", | ||
| "file": "vitepress___@vueuse_core.js", | ||
| "fileHash": "323d4352", | ||
| "needsInterop": false | ||
| }, | ||
| "@theme/index": { | ||
| "src": "../../../../node_modules/.pnpm/vitepress@1.6.3_@algolia+cl_15e8909befd42d26af6e6f82f639e74e/node_modules/vitepress/dist/client/theme-default/index.js", | ||
| "file": "@theme_index.js", | ||
| "fileHash": "259fdebe", | ||
| "needsInterop": false | ||
| } | ||
| }, | ||
| "chunks": { | ||
| "chunk-LLQE2CBJ": { | ||
| "file": "chunk-LLQE2CBJ.js" | ||
| }, | ||
| "chunk-XQNPNIQJ": { | ||
| "file": "chunk-XQNPNIQJ.js" | ||
| } | ||
| } | ||
| } | ||
heesunee marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.