Skip to content

updated antora playbook #22

updated antora playbook

updated antora playbook #22

Workflow file for this run

name: Deploy Combined Docs
on:
push:
branches: [ main ]
workflow_dispatch:
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create site directory
run: mkdir -p build/site
- name: Copy umbrella content
run: |
cp -r index.html build/site/
cp -r .nojekyll build/site/
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: build/site
branch: gh-pages