Skip to content

Commit

Permalink
fix: add artifact name references in deployment steps
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbar-deriv committed Jan 8, 2025
1 parent e954e81 commit fdfd61b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
with:
artifact_name: production-pages
1 change: 1 addition & 0 deletions .github/workflows/preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:
id: deployment
uses: actions/deploy-pages@v3
with:
artifact_name: preview-pages
preview: true

- name: Comment PR
Expand Down

0 comments on commit fdfd61b

Please sign in to comment.