Merge pull request #22 from actions/bump-up-jekyll-pages-version
Bump up action.yaml
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
|||||||
# Generated from action.yml.erb
|
|
||||||
# ad33d11e368da214b9a32be1ea61b996
|
|
||||||
name: 'Pages Jekyll'
|
name: 'Pages Jekyll'
|
||||||
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
|
description: 'A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages'
|
||||||
inputs:
|
inputs:
|
||||||
@@ -29,4 +27,4 @@ inputs:
|
|||||||
default: ${{ github.token }}
|
default: ${{ github.token }}
|
||||||
runs:
|
runs:
|
||||||
using: 'docker'
|
using: 'docker'
|
||||||
image: 'docker://ghcr.io/actions/jekyll-build-pages:main'
|
image: 'docker://ghcr.io/actions/jekyll-build-pages:v1.0.1'
|
||||||
|
|||||||
Reference in New Issue
Block a user