docs: use full path for the upload artifact (#3293)

This commit is contained in:
Vadym Barda
2025-02-03 15:33:50 -05:00
committed by GitHub
parent 6ddbdd0638
commit 31ba5c41ac
+1 -1
View File
@@ -134,7 +134,7 @@ jobs:
if: github.ref == 'refs/heads/main'
uses: actions/upload-pages-artifact@v3
with:
path: ./site/
path: ./docs/site/
- name: Deploy to GitHub Pages
if: github.ref == 'refs/heads/main'