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.
2 parents 87ab8be + e3428ae commit b026e92Copy full SHA for b026e92
.github/workflows/docs.yml
@@ -28,7 +28,7 @@ jobs:
28
- run: touch target/doc/index.html
29
- run: echo "<meta http-equiv=refresh content=0;url=datafusion_flight_sql_server>" > target/doc/index.html
30
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
31
- uses: actions/upload-pages-artifact@v3
+ uses: actions/upload-pages-artifact@v4
32
with:
33
path: target/doc
34
0 commit comments