Skip to content

Test just-the-docs theme #2

Test just-the-docs theme

Test just-the-docs theme #2

Workflow file for this run

name: Deploy Jekyll site to Pages
on:
push:
branches:
["main", "master", "doc**"]
paths:
- "docs/**"
workflow_dispatch:
permissions:
contents: read
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: docs
steps:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
cache-version: 0
working-directory: '${{ github.workspace }}/../docs'
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: "docs/_site"