Skip to content

Commit

Permalink
chore: Fixing github action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
chatton committed May 24, 2022
1 parent bf444a6 commit ba8c872
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Check docs build
# This will check if the docs build successfully by running `npm run build`
on:
pull_request:
paths:
paths:
- './docs'

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
- uses: actions/checkout@v3
uses: actions/checkout@v3
- uses: technote-space/[email protected]
with:
PATTERNS: |
Expand Down

0 comments on commit ba8c872

Please sign in to comment.