Nick McCurdy 2022-09-24 11:12:06 -04:00 committed by GitHub
parent fb46b8ed73
commit 43bb4e6697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ name: 'Deploy to GitHub Pages'
description: 'This action will handle the deployment process of your project to GitHub Pages.' description: 'This action will handle the deployment process of your project to GitHub Pages.'
author: 'James Ives <iam@jamesiv.es>' author: 'James Ives <iam@jamesiv.es>'
runs: runs:
using: 'node12' using: 'node16'
main: 'lib/main.js' main: 'lib/main.js'
branding: branding:
icon: 'git-commit' icon: 'git-commit'