Skip to content

Commit

Permalink
Merge pull request #57 from ginzarb/switch-to-main
Browse files Browse the repository at this point in the history
souceブランチからmainブランチに変更
  • Loading branch information
willnet authored Jul 2, 2024
2 parents 56f9869 + f43ab31 commit 5cb1bce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build and Deploy
on:
push:
branches:
- source
- main

jobs:
build:
Expand Down
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# ginzarb.github.io

## デプロイ方法

* source ブランチで erb などを編集します。
* master ブランチは github pages 用なので基本触らない方向で。`middleman deploy` すると自動で master に push してくれます。

~~~
middleman build # 静的ファイルの生成
middleman deploy # build + デプロイ
~~~
mainブランチにコミットが積まれるとGitHub Actions経由でGitHub PagesにビルドしたHTMLをアップロードします。

0 comments on commit 5cb1bce

Please sign in to comment.