Skip to content

chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0 #78

chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0

chore(ci): bump radiorabe/actions from 0.25.0 to 0.26.0 #78

Workflow file for this run

name: Release
on:
pull_request:
push:
branches:
- main
tags:
- '*'
jobs:
release-container:
uses: radiorabe/actions/.github/workflows/[email protected]
with:
image: ghcr.io/radiorabe/httpd
name: nginx
display-name: RaBe Apache HTTPD in UBI9
tags: minimal rhel9 ubi9 rabe apach ehttpd
cosign-base-image-only: true
mkdocs:
runs-on: ubuntu-latest
permissions:
contents: write # for pushing gh-pages branch
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: pip install mkdocs mkdocs-material mkdocs-gen-files mkdocs-literate-nav mkdocs-section-index
- run: mkdocs build
- run: mkdocs gh-deploy
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}