Skip to content

Update RHCOS to OCP version map (#2687) #1768

Update RHCOS to OCP version map (#2687)

Update RHCOS to OCP version map (#2687) #1768

Workflow file for this run

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