Skip to content

Commit a4eea47

Browse files
committed
fix: remove unused artifact_name parameter from GitHub Pages deployment
1 parent 410ac10 commit a4eea47

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,3 @@ jobs:
113113
- name: "Deploy to GitHub Pages"
114114
id: "deployment"
115115
uses: "actions/deploy-pages@v4"
116-
with:
117-
artifact_name: "${{env.G_DIST_ARTIFACT_NAME}}"

0 commit comments

Comments
 (0)