Skip to content

Commit

Permalink
Fix documentation deployment (#76)
Browse files Browse the repository at this point in the history
In previous version of file documentation.yaml documentation page
is deployed only when there was change in docs/ file. This patch
will fix this problem.
  • Loading branch information
jakubskunda authored Apr 10, 2024
1 parent ee637d4 commit 38db25c
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@ on:
push:
branches:
- main
paths:
- docs/**
pull_request:
paths:
- docs/**
branches:
- main
workflow_dispatch:
paths:
- docs/**

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down

0 comments on commit 38db25c

Please sign in to comment.