We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab41abf commit 611868fCopy full SHA for 611868f
.github/workflows/gh-pages.yml
@@ -44,6 +44,10 @@ jobs:
44
runs-on: ubuntu-latest
45
needs: build
46
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
51
- name: Deploy to GitHub Pages
52
uses: actions/deploy-pages@v4 # Official GitHub Pages deploy action
53
with:
0 commit comments