Skip to content

Commit

Permalink
Merge branch 'main' into fix-conan
Browse files Browse the repository at this point in the history
  • Loading branch information
lia-viam authored Dec 23, 2024
2 parents 75ab065 + 5b87e89 commit 633495a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
push:
paths:
- 'src/**'
- 'README.md'
- "src/**"
- "README.md"
branches: [main]

jobs:
Expand All @@ -30,7 +30,7 @@ jobs:
run: doxygen Doxyfile

- name: Upload artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: html-docs
path: etc/docs/api/current
Expand Down

0 comments on commit 633495a

Please sign in to comment.