Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Sep 4, 2024
1 parent f49ec0e commit b3f1d58
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ name: Generate Docs
on:
push:
branches:
- main
- reftest

#permissions:
# contents: write
permissions:
contents: write

jobs:
generate_docs:
#if: ${{ github.repository_owner == 'puppetlabs' }}
# REMIND
# if: ${{ github.repository_owner == 'puppetlabs' }}
runs-on: ubuntu-latest
name: Generate Docs
env:
Expand All @@ -27,10 +28,15 @@ jobs:
ruby-version: 3.1
bundler-cache: true

- name: Install pandoc
run: |
sudo apt update
sudo apt install -y pandoc groff
- name: Setup pandoc
uses: pandoc/actions/setup@v1.0.0
with:
version: 3.1.8

#- name: Install pandoc
#run: |
# sudo apt update
#sudo apt install -y pandoc groff

- name: Generate references
id: generate-references
Expand All @@ -46,5 +52,5 @@ jobs:
author_email: actions@github.com
message: 'Update references'
add: 'man references'
push: false
push: true

0 comments on commit b3f1d58

Please sign in to comment.