Skip to content

Commit

Permalink
Change docs dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacquwes committed Sep 28, 2023
1 parent 73f7afa commit 55634f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
paths:
- '**.h'
- '**.md'
- 'doxygen.yml'
- 'doxyfile'
- '**doxygen.yml'
- '**doxyfile'

name: Build doxygen documentation
jobs:
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
chmod -c -R +rX "docs/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
Expand Down

0 comments on commit 55634f7

Please sign in to comment.