Skip to content

feat: use PLAYWRIGHT_DRIVER_PATH environment variable as driver cac… #116

feat: use PLAYWRIGHT_DRIVER_PATH environment variable as driver cac…

feat: use PLAYWRIGHT_DRIVER_PATH environment variable as driver cac… #116

Workflow file for this run

name: Docs
on:
push:
branches: [ main ]
jobs:
deploy:
name: Deploy docs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Install Ruby dependencies
run: bundler install
working-directory: docs
- name: Build site
run: jekyll build
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./_site