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

View File

@ -43,7 +43,7 @@ jobs:
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Build with Maven - name: Build with Maven
run: mvn -U -B clean package --file pom.xml run: mvn -U -B clean package --file pom.xml
- name: Checkout - name: Checkout
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Setup Pages - name: Setup Pages
@ -52,7 +52,7 @@ jobs:
uses: actions/upload-pages-artifact@v2 uses: actions/upload-pages-artifact@v2
with: with:
# Upload entire repository # Upload entire repository
path: './target/apidocs/' path: './target/apidocs/.'
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
id: deployment id: deployment
uses: actions/deploy-pages@v2 uses: actions/deploy-pages@v2