File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,15 @@ name: Generate Docs
4
4
on :
5
5
push :
6
6
branches :
7
- - main
7
+ - reftest
8
8
9
- # permissions:
10
- # contents: write
9
+ permissions :
10
+ contents : write
11
11
12
12
jobs :
13
13
generate_docs :
14
- # if: ${{ github.repository_owner == 'puppetlabs' }}
14
+ # REMIND
15
+ # if: ${{ github.repository_owner == 'puppetlabs' }}
15
16
runs-on : ubuntu-latest
16
17
name : Generate Docs
17
18
env :
@@ -27,10 +28,15 @@ jobs:
27
28
ruby-version : 3.1
28
29
bundler-cache : true
29
30
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
34
40
35
41
- name : Generate references
36
42
id : generate-references
46
52
author_email : actions@github.com
47
53
message : ' Update references'
48
54
add : ' man references'
49
- push : false
55
+ push : true
50
56
You can’t perform that action at this time.
0 commit comments