Skip to content

Commit 611868f

Browse files
committed
yml
1 parent ab41abf commit 611868f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/gh-pages.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ jobs:
4444
runs-on: ubuntu-latest
4545
needs: build
4646
steps:
47+
- name: Download artifact
48+
uses: actions/download-artifact@v3
49+
with:
50+
name: react-build # Ensure this matches the artifact name in the build job
4751
- name: Deploy to GitHub Pages
4852
uses: actions/deploy-pages@v4 # Official GitHub Pages deploy action
4953
with:

0 commit comments

Comments
 (0)