Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Update license + README
- Loading branch information
Yoann Chaudet
committed
May 24, 2022
1 parent
3b52cfd
commit d03cb37
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) | ||
|
||
<!-- TODO: document custom workflow --> | ||
|
||
# License | ||
|
||
The scripts and documentation in this project are released under the [MIT License](LICENSE). | ||
|
||
<!-- references --> | ||
[pages]: https://pages.github.com |