Skip to content

Commit

Permalink
CI: Fix website deploy not running
Browse files Browse the repository at this point in the history
Paths in GitHub do not check subfolders inside website folder, making this filter useless to avoid running the workflow. Run this always instead.
  • Loading branch information
rtxa committed Aug 31, 2024
1 parent 88191f0 commit 6fc9121
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docusaurus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
push:
branches:
- master
paths:
- website

jobs:
build:
Expand Down

0 comments on commit 6fc9121

Please sign in to comment.