From 3a1ecd715b2f0b0d0b556439e5ac2c17781f715b Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Fri, 13 Nov 2020 15:53:50 +0900 Subject: [PATCH] Add GitHub Pages Action Add the GitHub Pages Action which is listed at the Actions topic as same as softprops/action-gh-release peaceiris/actions-gh-pages: https://github.com/peaceiris/actions-gh-pages - GitHub Actions for GitHub Pages: Deploy static files and publish your site easily. Static-Site-Generators-friendly. Actions topic: https://github.com/topics/actions --- data/variables/action_code_examples.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/variables/action_code_examples.yml b/data/variables/action_code_examples.yml index 8b2cfe23e442..048cb872076d 100644 --- a/data/variables/action_code_examples.yml +++ b/data/variables/action_code_examples.yml @@ -294,3 +294,9 @@ - monorepo - copybara - workflow +- title: Deploy static files to GitHub Pages + description: GitHub Action to publish website to GitHub Pages automatically + languages: 'TypeScript, JavaScript' + href: peaceiris/actions-gh-pages + tags: + - publishing