Skip to content

Update to version 2.4.0 (#186) #1

Update to version 2.4.0 (#186)

Update to version 2.4.0 (#186) #1

Workflow file for this run

---
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Publish documentation
on:
push:
branches:
- 'main'
workflow_dispatch:
jobs:
build-ansible-docs:
name: Build Ansible Docs
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1
with:
pages-upload: true
directory-upload: true
antsibull-log-upload: true
publish-ansible-docs:
name: Publish Ansible Docs
needs: build-ansible-docs
runs-on: ubuntu-latest
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy Github Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: github-pages