Skip to content

Bump github.com/operator-framework/api from 0.27.0 to 0.29.0 (#2688) #1769

Bump github.com/operator-framework/api from 0.27.0 to 0.29.0 (#2688)

Bump github.com/operator-framework/api from 0.27.0 to 0.29.0 (#2688) #1769

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