Skip to content

Commit be972e5

Browse files
committed
yml
1 parent 27b6420 commit be972e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@ jobs:
5353
uses: actions/download-artifact@v4 # Download the previously uploaded artifact
5454
with:
5555
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
5856
- name: Deploy to GitHub Pages
5957
uses: actions/deploy-pages@v4 # Official GitHub Pages deployment action
6058
with:

0 commit comments

Comments
 (0)