Skip to content

docs: add search (#616) #58

docs: add search (#616)

docs: add search (#616) #58

Workflow file for this run

name: docs
on:
workflow_dispatch:
push:
branches:
- main
paths:
- docs/**
concurrency:
group: docs
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
environment:
name: github-pages
url: https://shulker.jeremylvln.fr/
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install tools
uses: ./.github/actions/install-tools
with:
install-rust: false
install-java: false
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Build documentation
run: pnpm exec nx build docs && touch docs/src/.vitepress/dist/.nojekyll
- name: Push build output to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/src/.vitepress/dist
clean: true
clean-exclude: |
helm-charts/*