Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.51 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.51 KB

Matchaism Portal

pages-build-deployment get-atcoder-user-history-json

Matchaism Portalで公開

Development

./*.html

基本となるページはすべてここにある.英語版は./eng/直下にまとめている.

./(lifehack|work)/*.html

制作物(lifehack|work)の詳細を紹介するページはここにある../work.htmlからジャンプできる.

./component/

  • ./component/header.html: 各種ページ上部のヘッダー
  • ./component/(lifehack|work)/: ./work.htmlに掲載するworkやlifehackの中身はここ

Deploy

  • deployブランチでpushが発生すると,Actionsが実行
    • get-atcoder-user-history-jsonの実行 (build)
    • GitHub Pagesの更新 (build-deploy)
  • 指定したタイミングでActionsが自動で実行
    • get-atcoder-user-history-json (JST 02:00 Monday)

Procedure

  1. Develop
  2. Commit changes to local develop branches
  3. Merge into local master branch
  4. Push and update remote main branch
  5. Merge remote main branch into remote deploy branch
  6. Will run actions automatically to deploy