Skip to content

Commit 8791b16

Browse files
committed
more updates
1 parent 8a566fe commit 8791b16

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/docs.yaml renamed to .github/workflows/references.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
---
2-
name: Generate Docs
2+
name: Generate References
33

44
on:
55
push:
6+
# REMIND: change branch
67
branches:
78
- reftest
89

910
permissions:
1011
contents: write
1112

1213
jobs:
13-
generate_docs:
14-
# REMIND
14+
generate_references:
15+
# REMIND enable check
1516
# if: ${{ github.repository_owner == 'puppetlabs' }}
1617
runs-on: ubuntu-latest
17-
name: Generate Docs
18+
name: Generate References
1819
env:
1920
BUNDLE_WITH: "documentation"
2021
BUNDLE_WITHOUT: "features packaging"
@@ -25,11 +26,11 @@ jobs:
2526
- name: Setup Ruby
2627
uses: ruby/setup-ruby@v1
2728
with:
28-
ruby-version: 3.1
29+
ruby-version: 3.2
2930
bundler-cache: true
3031

3132
- name: Setup pandoc
32-
uses: pandoc/actions/setup@v1.0.0
33+
uses: pandoc/actions/setup@v1
3334
with:
3435
version: 3.1.8
3536

0 commit comments

Comments
 (0)