This commit is contained in:
Amith Koujalgi 2023-11-07 23:11:35 +05:30
parent 07f460f3fe
commit 0da7e8d68f
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -18,4 +18,3 @@ public class Main {
System.out.println(response2);
}
}