Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- basepath
- vuetify3
- sesstionstorage
- react
- PersistentVolumeClaim
- github action #tistory
- javascript #컴파일 #인터프리터
- browserstorage
- vuejs
- postman
- nextjs
- PersistentVolume
- vworld
- mixedcontent
- OpenLayers
- 라우터 #NAT #포트 #포트포워딩 #유동고정아이피 #DHCP
- JavaScript
- Yarn
- vue3
- 맥 #나스 #SMA
- MongoDB
- vuejs #pinia #vuetify3
- vue #vue-router
- kubernetes
- v-combobox
- 인터넷 #클라이언트 #서버 #포트 #ipadress #domainname
- MPA
- CKEditor4
- javascript #localstorage #stringify #parse
- localstorage
Archives
- Today
- Total
목록github action #tistory (1)
月亮

Tistory와 Github 연동 1. Tistory RSS 설정 - 블로그 설정 - 블로그 - 기타설정 - RSS 전체공개 2. 확인 : 블로그/rss ex) https://yueliang-front-end.tistory.com/rss 3. Github Action으로 자동화하기 1). commit 할 repository 생성하기! 2). 로컬에 생성한 repository clone하기 3). npm init -y 4). rss-parser 설치 npm i rss-parser 5). package.json에 추가 "main": "index.js", "type": "module", "scripts": { "start": "node index.js" }, 6). 루트에 index.js 생성, 입력 impo..
git,github,yarn
2023. 3. 14. 21:14