Skip to content

同じ名前のcookieが複数ある場合の仕様を追加 (#27) #56

同じ名前のcookieが複数ある場合の仕様を追加 (#27)

同じ名前のcookieが複数ある場合の仕様を追加 (#27) #56

Workflow file for this run

name: Build Pages
on:
- push
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
bundler-cache: true
- run: bundle exec jekyll build