Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Merge branch 'master' of https://github.com/nicolgit/nicolgit.github.io#31

Merge branch 'master' of https://github.com/nicolgit/nicolgit.github.io

Merge branch 'master' of https://github.com/nicolgit/nicolgit.github.io #31

Workflow file for this run

name:build
on:
push:
branches:
-master
workflow_dispatch:{}
repository_dispatch:{}
jobs:
build:
if:github.repository == 'mmistakes/minimal-mistakes'
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
with:
fetch-depth:0
-uses:ruby/setup-ruby@v1
with:
ruby-version:'3.2'
-name:Setup cache for Bundler
id:cache
uses:actions/cache@v4
with:
path:|
docs/Gemfile.lock
docs/vendor/bundle
key:${{ runner.os }}-bundler-${{ hashFiles('docs/Gemfile') }}
restore-keys:|
${{ runner.os }}-bundler-
-name:Install - Bundler
env:
MAKE:make -j2
working-directory:docs/
run:|
bundle config set path vendor/bundle
bundle install --jobs=4 --retry=3
bundle clean
-name:Update Algolia index
working-directory:docs/
run:bundle exec jekyll algolia push
env:
ALGOLIA_API_KEY:${{ secrets.ALGOLIA_API_KEY }}
continue-on-error:true

[8]ページ先頭

©2009-2025 Movatter.jp