Skip to content

Commit

Permalink
Merge pull request #1970 from nellh/schema-pages-deploy-fix
Browse files Browse the repository at this point in the history
ci: Fix artifact name for schema web validator deployment
  • Loading branch information
rwblair authored May 20, 2024
2 parents 20cc618 + ef0021a commit 43a7117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schema_web_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
working-directory: ./web
- uses: actions/upload-artifact@v4
with:
name: web
name: github-pages
path: web/dist
deploy:
needs: build
Expand Down

0 comments on commit 43a7117

Please sign in to comment.