タグで GitHub Pages にデプロイ
1. 「Settings」 > 「Pages」 > 「Build and deployment」 > 「Source」で、「GitHub Actions」を選択
2. 任意のワークフローを選択して、YAML ファイルの `push` セクションを以下のように変更
```
tags:
- '*'
```
3. 「Settings」 > 「Environments」 > 「github-pages」 > 「Deployment branches and tags」で、「No restriction」を選択
#github