Skip to content

Commit 8ae3bc0

Browse files
committed
Add artifact_name parameter to GitHub Pages deployment step
1 parent 801f291 commit 8ae3bc0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-and-deploy-javadoc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
- name: Deploy to GitHub Pages
106106
id: deployment
107107
uses: actions/deploy-pages@v4
108+
with:
109+
artifact_name: github-pages
108110

109111
- name: Echo the output page URL
110112
run: echo "Your site is live at ${{ steps.deployment.outputs.page_url }}"

0 commit comments

Comments
 (0)