We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508bee2 commit 34fcca6Copy full SHA for 34fcca6
.github/workflows/deploy.yml
@@ -20,7 +20,7 @@ jobs:
20
${{ runner.os }}-gems-
21
22
# Use GitHub Deploy Action to build and deploy to Github
23
- - uses: jeffreytse/jekyll-deploy-action@v0.4.0
+ - uses: jeffreytse/jekyll-deploy-action@v0.6.0
24
with:
25
provider: 'github'
26
token: ${{ secrets.GITHUB_TOKEN }} # https://github.com/marketplace/actions/build-and-deploy-to-github-pages#secrets-used
@@ -30,6 +30,7 @@ jobs:
30
jekyll_cfg: '_config.yml' # Default is _config.yml
31
jekyll_baseurl: '' # Default is according to _config.yml
32
bundler_ver: '2.4.22' # Default is latest bundler version
33
+ ruby_ver: '' # Default is 3.2.0 version
34
cname: '' # Default is to not use a cname
35
actor: '' # Default is the GITHUB_ACTOR
36
pre_build_commands: '' # Installing additional dependencies (Arch Linux)
0 commit comments