From d03cb3712b349a82b34ac61321c9e791fb07710c Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Tue, 24 May 2022 14:46:39 -0700 Subject: [PATCH] Update license + README --- LICENSE | 2 +- README.md | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 9671d44..ccc4ac8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 paper-spa +Copyright (c) 2022 GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 5a5a8aa..57310d1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ -# upload-pages-artifact -Composite action to package and upload an artifact that can be deployed to GitHub Pages +# Upload-Pages-Artifact + +A composite action for packaging and uploading artifact that can be deployed to [GitHub Pages][pages]. + +# Scope + +⚠️ Official support for building Pages with Actions is in public beta at the moment. The scope is currently limited to **public repositories only**. + +# Usage + +See [action.yml](action.yml) + + + +# License + +The scripts and documentation in this project are released under the [MIT License](LICENSE). + + +[pages]: https://pages.github.com