Skip to content

Commit

Permalink
explicit name
Browse files Browse the repository at this point in the history
  • Loading branch information
adase11 committed Oct 7, 2024
1 parent 2a88534 commit 93a89a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: "out"
name: github-pages
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: ${{ steps.upload.outputs.artifact_id }}
artifact_name: github-pages

0 comments on commit 93a89a4

Please sign in to comment.