Skip to content

Commit

Permalink
feat(actions): also test doc build on pull requests
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Apr 7, 2023
1 parent da0db10 commit fe59ecf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/documentation.yml
@@ -1,6 +1,11 @@
name: Docs

on:
pull_request:
branches:
- main
- master
- stable*
push:
branches:
- main
Expand Down Expand Up @@ -39,6 +44,7 @@ jobs:
npm run build:doc --if-present
- name: Deploy
if: github.event_name != 'pull_request'
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
Expand Down

0 comments on commit fe59ecf

Please sign in to comment.