Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
sjsjsj1246 committed Sep 1, 2023
2 parents 1700cd9 + 74f4186 commit fb095fd
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BUILD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [16.14.x]

steps:
- uses: actions/checkout@v3
Expand Down
6 changes: 3 additions & 3 deletions data/local/metadata.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ export const clubData = {
* @type {boolean}
* @example true
*/
isRecruiting: false,
isRecruiting: true,
/**
* 동아리 모집 기간입니다.
* @type {string}
* @example "02. 13 ~ 02. 26"
*/
recruitPeriod: '~ 03. 3',
recruitPeriod: '~ 09. 6',
/**
* 동아리 모집 공고 주소입니다.
* @type {string}
* @example "노션 페이지 등"
*/
recruitNoticeAddress:
'https://foregoing-stilton-93d.notion.site/Endless-Creation-33-b45ab47c05f643d88248389d37556a1a',
'https://foregoing-stilton-93d.notion.site/Endless-Creation-33-0af2ded6538d4a5cb5cc12ca79ad884a?pvs=4',
/**
* 동아리 활동 인원 수 입니다.
* @type {number}
Expand Down
Loading

0 comments on commit fb095fd

Please sign in to comment.