Skip to content

Commit

Permalink
fix: re-run docs action on change in config
Browse files Browse the repository at this point in the history
  • Loading branch information
omicsnut authored Oct 2, 2023
1 parent 63bd746 commit 02d8412
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- main
paths:
- website/**
- .github/workflows/update_docs.yml

jobs:
Update-Website:
Expand All @@ -31,4 +32,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./website/build
user_name: rmusunuri
user_email: [email protected]
user_email: [email protected]

0 comments on commit 02d8412

Please sign in to comment.