mirror of
https://github.com/actions/deploy-pages.git
synced 2026-03-28 08:54:53 +00:00
Compare commits
3 Commits
release/v2
...
v3.0.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77d7344265 | ||
|
|
84abb89dc5 | ||
|
|
6c3eed1621 |
@@ -2,7 +2,7 @@ name: 'Deploy GitHub Pages site'
|
|||||||
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
|
description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
|
||||||
author: 'GitHub'
|
author: 'GitHub'
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node20'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
inputs:
|
inputs:
|
||||||
token:
|
token:
|
||||||
|
|||||||
Reference in New Issue
Block a user