From f0177d176f9464c11cbdff5a68dbecd6e630e371 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Wed, 5 Feb 2020 20:32:49 +0900 Subject: [PATCH] docs: Add Supported Platforms table --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bdf041160..b63390f09 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ The next example step will deploy `./public` directory to the remote `gh-pages` publish_dir: ./public ``` +### Supported Tokens + Three tokens are supported. | Token | Private repo | Public repo | Protocol | Setup | @@ -44,6 +46,16 @@ Three tokens are supported. 1. Currently, GitHub Actions does not support to trigger a GitHub Pages build event using GITHUB_TOKEN on a public repository. +### Supported Platforms + +| runs-on | `deploy_key` | `github_token` | `personal_token` | +|---|:---:|:---:|:---:| +| ubuntu-18.04 | ✅️ | ✅️ | ✅️ | +| macos-latest | ✅️ | ✅️ | ✅️ | +| windows-latest | (2) | ✅️ | ✅️ | + +2. WIP, See [Issue #87](https://github.com/peaceiris/actions-gh-pages/issues/87) + ## Table of Contents