This commit is contained in:
Amith Koujalgi 2023-11-07 23:21:35 +05:30
parent 2eba71a94b
commit c2ec7da486

View File

@ -52,7 +52,7 @@ jobs:
uses: actions/upload-pages-artifact@v2
with:
# Upload entire repository
path: './target/apidocs/'
path: './target/apidocs/.'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2