Skip to content

Commit

Permalink
Add artifact_name parameter to GitHub Pages deployment step
Browse files Browse the repository at this point in the history
  • Loading branch information
SableRaf committed Dec 11, 2024
1 parent 801f291 commit 8ae3bc0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
artifact_name: github-pages

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

0 comments on commit 8ae3bc0

Please sign in to comment.