Merge pull request #100 from actions/JamesMGreene-patch-2

README tidy up
This commit is contained in:
James M. Greene
2024-04-25 13:14:49 -05:00
committed by GitHub

View File

@@ -2,10 +2,6 @@
A composite Action for packaging and uploading artifact that can be deployed to [GitHub Pages][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.
## Usage ## Usage
See [action.yml](action.yml) See [action.yml](action.yml)
@@ -25,7 +21,7 @@ The [`tar` file][tar] must:
- be under 10GB in size - be under 10GB in size
- not contain any symbolic or hard links - not contain any symbolic or hard links
- contain only files and directories that all meet the expected minimum [file permissions](#file-permissions) - contain only files and directories
## Release instructions ## Release instructions