Skip to content

Commit 86f7dcd

Browse files
authored
Run docs on every PR (#1055)
to make sure they don't decay between releases
1 parent 73935d0 commit 86f7dcd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
name: Docs Deployment
22

33
on:
4+
pull_request:
5+
push:
6+
branches:
7+
- develop
48
release:
59
types: [released]
610

@@ -20,6 +24,7 @@ jobs:
2024
run: npm run doc
2125
- name: Deploy
2226
uses: peaceiris/actions-gh-pages@v4
27+
if: github.event_name == 'release'
2328
with:
2429
github_token: ${{ secrets.RWT_BOT_PAT }}
2530
publish_dir: docs

0 commit comments

Comments
 (0)