Skip to content

Commit

Permalink
Test if docs are building
Browse files Browse the repository at this point in the history
  • Loading branch information
xXenvy committed Jul 27, 2024
1 parent a57aea5 commit 93740d4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ name: Deploy Documentation
on:
push:
branches:
- master
pull_request:
branches:
- feat/docs
- '**'
workflow_dispatch:

jobs:
Expand All @@ -30,3 +27,4 @@ jobs:
with:
github_token: ${{ secrets.ZYNK_DOCS }}
publish_dir: ./site
clean: true

0 comments on commit 93740d4

Please sign in to comment.