Skip to content

Commit

Permalink
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
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
Expand Down
22 changes: 20 additions & 2 deletions 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)

<!-- 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

0 comments on commit d03cb37

Please sign in to comment.