Skip to content

Fix documentation (#18) #6

Fix documentation (#18)

Fix documentation (#18) #6

Workflow file for this run

on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
publish:
runs-on: ${{ vars.RUNS_ON }}
env:
ANSIBLE_GALAXY_API_TOKEN: ${{ secrets.ANSIBLE_GALAXY_API_TOKEN }}
steps:
- name: Setup ansible
run: sudo apt-get update && sudo apt-get install -y ansible
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Build collection
run: make build
- name: Publish collection
run: make publish