mirror of
https://github.com/actions/deploy-pages.git
synced 2026-02-09 03:45:15 +00:00
structure readme
This commit is contained in:
14
README.md
14
README.md
@@ -2,11 +2,7 @@
|
|||||||
|
|
||||||
[](https://github.com/actions/deploy-pages/actions/workflows/check-dist.yml) [](https://github.com/actions/deploy-pages/actions/workflows/check-linter.yml) [](https://github.com/actions/deploy-pages/actions/workflows/check-formatting.yml) [](https://github.com/actions/deploy-pages/actions/workflows/test.yml) [](https://github.com/actions/deploy-pages/actions/workflows/codeql-analysis.yml) [](./badges/coverage.svg)
|
[](https://github.com/actions/deploy-pages/actions/workflows/check-dist.yml) [](https://github.com/actions/deploy-pages/actions/workflows/check-linter.yml) [](https://github.com/actions/deploy-pages/actions/workflows/check-formatting.yml) [](https://github.com/actions/deploy-pages/actions/workflows/test.yml) [](https://github.com/actions/deploy-pages/actions/workflows/codeql-analysis.yml) [](./badges/coverage.svg)
|
||||||
|
|
||||||
This action is used to deploy [Actions artifacts][artifacts] to GitHub Pages.
|
This action is used to deploy [Actions artifacts][artifacts] to [GitHub Pages](https://pages.github.com/).
|
||||||
|
|
||||||
## Scope
|
|
||||||
|
|
||||||
⚠️ Official support for building Pages with Actions is in public beta at the moment.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
@@ -67,7 +63,11 @@ jobs:
|
|||||||
| ------ | ----------- |
|
| ------ | ----------- |
|
||||||
| `page_url` | The URL of the deployed Pages site |
|
| `page_url` | The URL of the deployed Pages site |
|
||||||
|
|
||||||
## Security considerations
|
## Scope
|
||||||
|
|
||||||
|
⚠️ Official support for building Pages with Actions is in public beta at the moment.
|
||||||
|
|
||||||
|
## Security Considerations
|
||||||
|
|
||||||
There are a few important considerations to be aware of:
|
There are a few important considerations to be aware of:
|
||||||
|
|
||||||
@@ -83,7 +83,7 @@ There are a few important considerations to be aware of:
|
|||||||
|
|
||||||
5. If your Pages site is using GitHub Actions as the source, while not required we highly recommend you also [protect your environment][environment-protection] (we do it by default for you)
|
5. If your Pages site is using GitHub Actions as the source, while not required we highly recommend you also [protect your environment][environment-protection] (we do it by default for you)
|
||||||
|
|
||||||
## Release instructions
|
## Release Instructions
|
||||||
|
|
||||||
In order to release a new version of this Action:
|
In order to release a new version of this Action:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user