Skip to content

Commit

Permalink
Fix docs CI (#939)
Browse files Browse the repository at this point in the history
A recent PR had a nonexistent version of the `upload-pages-artifact` action.
  • Loading branch information
sea-bass authored Aug 6, 2024
1 parent 5252035 commit 97f2fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
cp -rf python_api/ build/html/main/doc/api/ # restore artifact html
- name: Upload pages artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@v3
if: github.repository_owner == 'moveit'
with:
path: build/html
Expand Down

0 comments on commit 97f2fd2

Please sign in to comment.