a11y-guidelines
a11y-guidelines copied to clipboard
GitHub Actions から直接ウェブサイトをデプロイする
概要
現在 gh-pages ブランチをプッシュしてウェブサイトを更新する方法をとっていますが、わざわざブランチを用意せずともデプロイすることが可能になりました:
GitHub Pages: Custom GitHub Actions Workflows (beta) | GitHub Changelog
まだベータ版なので勇足かもしれませんが、 gh-pages ブランチがなくなるとスッキリすると思うので対応してみました。
関連リンク
- GitHub Pages: Custom GitHub Actions Workflows (beta) | GitHub Changelog
- GitHub Pages: Builds with GitHub Actions GA | GitHub Changelog
- actions/deploy-pages
- actions/upload-pages-artifact: A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.
確認項目
Pull Requestを出す前に確認しましょう。
- [x] コミットは適切にまとめられているか
- [x] Pull Requestの概要を適切に書いたか
- [x] レビュワーの指定をしているか
- textlintを実行しエラーが出ていないか
- Accessibility
- altは適切に設定したか(参考(1.1.1 画像に代替テキストを提供する))
その他
マージ前・マージ後どちらでも良いのですが以下の設定を変更する必要があります。
reg-suit detected visual differences.
Check this report, and review them.
:white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle::white_circle:
What do the circles mean?
The number of circles represent the number of changed images.:red_circle: : Changed items, :white_circle: : New items, :black_circle: : Deleted items, and :large_blue_circle: Passed items
How can I change the check status?
If reviewers approve this PR, the reg context status will be green automatically.
一応、別のリポジトリで練習したので大丈夫だと思いたい……
@yasuda-shin @itsminadesu @tatz-ibz うまくいったっぽいです https://github.com/openameba/a11y-guidelines/actions/runs/3317428624/jobs/5480298183 :tada: