Skip to content

ovalutil: guard a test element with no object reference #838

ovalutil: guard a test element with no object reference

ovalutil: guard a test element with no object reference #838

Workflow file for this run

---
name: Deploy Main
on:
workflow_call:
push:
branches:
- main
jobs:
deploy-documentation:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v7
with:
persist-credentials: false
- name: Setup mdBook
uses: peaceiris/actions-mdbook@v2
with:
mdbook-version: "latest"
- name: mdBook Build
run: mdbook build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./book
keep_files: true
allow_empty_commit: false