mirror of
https://github.com/actions/deploy-pages.git
synced 2026-04-03 16:22:09 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e490850a64 | ||
|
|
5743579482 | ||
|
|
5fd268dcdd | ||
|
|
fbb46fa661 |
@@ -1,4 +1,4 @@
|
|||||||
# Deploy-Pages
|
# deploy-pages
|
||||||
|
|
||||||
This action is used to deploy [Actions artifacts][artifacts] to GitHub Pages.
|
This action is used to deploy [Actions artifacts][artifacts] to GitHub Pages.
|
||||||
|
|
||||||
@@ -70,4 +70,4 @@ The scripts and documentation in this project are released under the [MIT Licens
|
|||||||
[starter-workflows]: https://github.com/actions/starter-workflows/tree/main/pages
|
[starter-workflows]: https://github.com/actions/starter-workflows/tree/main/pages
|
||||||
[upload-pages-artifact]: https://github.com/actions/upload-pages-artifact
|
[upload-pages-artifact]: https://github.com/actions/upload-pages-artifact
|
||||||
[artifacts]: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
|
[artifacts]: https://docs.github.com/en/actions/using-workflows/storing-workflow-data-as-artifacts
|
||||||
[environment-protection]: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-protection-rules
|
[environment-protection]: https://docs.github.com/en/actions/deployment/targeting-different-environments/using-environments-for-deployment#environment-protection-rules
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
name: 'Deploy to GitHub Pages'
|
name: 'Deploy GitHub Pages site'
|
||||||
description: 'A GitHub Action to deploy an artifact to GitHub Pages'
|
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
|
||||||
|
author: 'GitHub'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
|||||||
Reference in New Issue
Block a user