Skip to content

Commit

Permalink
more updates
Browse files Browse the repository at this point in the history
  • Loading branch information
joshcooper committed Sep 4, 2024
1 parent 8a566fe commit 8791b16
Showing 1 changed file with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
---
name: Generate Docs
name: Generate References

on:
push:
# REMIND: change branch
branches:
- reftest

permissions:
contents: write

jobs:
generate_docs:
# REMIND
generate_references:
# REMIND enable check
# if: ${{ github.repository_owner == 'puppetlabs' }}
runs-on: ubuntu-latest
name: Generate Docs
name: Generate References
env:
BUNDLE_WITH: "documentation"
BUNDLE_WITHOUT: "features packaging"
Expand All @@ -25,11 +26,11 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true

- name: Setup pandoc
uses: pandoc/actions/setup@v1.0.0
uses: pandoc/actions/setup@v1
with:
version: 3.1.8

Expand Down

0 comments on commit 8791b16

Please sign in to comment.