Skip to content

Change 4.13 QE nightly to 4.15 (#1976) #1126

Change 4.13 QE nightly to 4.15 (#1976)

Change 4.13 QE nightly to 4.15 (#1976) #1126

Workflow file for this run

# documentation publish
---
name: doc-publish
on:
push:
branches:
- master
- main
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: generate site
uses: ./.github/actions/documentation
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site