Skip to content

Commit

Permalink
feat: change docs workflow to use official gh actions
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 5, 2023
1 parent 0cd525f commit cc2c1a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ name: "Publish Docs"
on:
push:
branches: ["main"]
paths: ["docs/**", "README.md"]
pull_request:
branches: ["main"]
paths: ["docs/**", "README.md"]
paths:
- .github/workflows/publish-docs.yaml
- docs/**
- README.md

env:
RENOVATE_USERNAME: "${{ secrets.BOT_USERNAME }}[bot]"
Expand Down

0 comments on commit cc2c1a7

Please sign in to comment.