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 27b6420 commit be972e5Copy full SHA for be972e5
.github/workflows/gh-pages.yml
@@ -53,8 +53,6 @@ jobs:
53
uses: actions/download-artifact@v4 # Download the previously uploaded artifact
54
with:
55
name: react-build # The name of the artifact to download
56
- - name: List files in the downloaded artifact
57
- run: ls -l react-build # Verify that the artifact is downloaded correctly
58
- name: Deploy to GitHub Pages
59
uses: actions/deploy-pages@v4 # Official GitHub Pages deployment action
60
0 commit comments