Skip to content

Commit

Permalink
Fix vitepress workflow (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
GDay authored Mar 11, 2024
1 parent 986ab4b commit 6080b26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
# Runs on pushes targeting the `main` branch. Change this to `master` if you're
# using the `master` branch as the default branch.
push:
branches: [retype-to-vitepress]
# paths:
# - 'docs/**'
branches: [master]
paths:
- 'docs/**'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 6080b26

Please sign in to comment.