Skip to content

Commit b3f1d58

Browse files
committed
testing
1 parent f49ec0e commit b3f1d58

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/workflows/docs.yaml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@ name: Generate Docs
44
on:
55
push:
66
branches:
7-
- main
7+
- reftest
88

9-
#permissions:
10-
# contents: write
9+
permissions:
10+
contents: write
1111

1212
jobs:
1313
generate_docs:
14-
#if: ${{ github.repository_owner == 'puppetlabs' }}
14+
# REMIND
15+
# if: ${{ github.repository_owner == 'puppetlabs' }}
1516
runs-on: ubuntu-latest
1617
name: Generate Docs
1718
env:
@@ -27,10 +28,15 @@ jobs:
2728
ruby-version: 3.1
2829
bundler-cache: true
2930

30-
- name: Install pandoc
31-
run: |
32-
sudo apt update
33-
sudo apt install -y pandoc groff
31+
- name: Setup pandoc
32+
uses: pandoc/actions/setup@v1.0.0
33+
with:
34+
version: 3.1.8
35+
36+
#- name: Install pandoc
37+
#run: |
38+
# sudo apt update
39+
#sudo apt install -y pandoc groff
3440

3541
- name: Generate references
3642
id: generate-references
@@ -46,5 +52,5 @@ jobs:
4652
author_email: actions@github.com
4753
message: 'Update references'
4854
add: 'man references'
49-
push: false
55+
push: true
5056

0 commit comments

Comments
 (0)