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 d723688
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 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 Down Expand Up @@ -46,5 +47,5 @@ jobs:
author_email: actions@github.com
message: 'Update references'
add: 'man references'
push: false
push: true

0 comments on commit d723688

Please sign in to comment.