mirror of
https://github.com/actions/upload-pages-artifact.git
synced 2026-02-09 03:45:23 +00:00
Update license + README
This commit is contained in:
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
|||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
22
README.md
22
README.md
@@ -1,2 +1,20 @@
|
|||||||
# upload-pages-artifact
|
# Upload-Pages-Artifact
|
||||||
Composite action to package and upload an artifact that can be deployed to GitHub Pages
|
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user