From b443e1f622cf9eba087412a69207c8f81fa6ddaf Mon Sep 17 00:00:00 2001 From: "James M. Greene" Date: Thu, 25 Apr 2024 13:11:46 -0500 Subject: [PATCH] README tidy up --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index aa845dd..ea1d83e 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,6 @@ 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 See [action.yml](action.yml) @@ -25,7 +21,7 @@ The [`tar` file][tar] must: - be under 10GB in size - 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