We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efef1d3 commit ede4285Copy full SHA for ede4285
.github/workflows/deploy.yml
@@ -146,7 +146,7 @@ jobs:
146
cp -f api.html build/html/main/doc/api/python_api/ # restore artifact html
147
148
- name: Upload pages artifact
149
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
150
if: github.repository_owner == 'ros-planning'
151
with:
152
path: build/html
0 commit comments