Skip to content

Commit 694d9a4

Browse files
authored
Update deploy.yml
1 parent 7ab182e commit 694d9a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
run: npm run build
2323
working-directory: ./docs
2424

25+
- name: Use the value
26+
id: step_two
27+
run: |
28+
"ls -a"
29+
2530
- name: Deploy Files
2631
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
2732
with:

0 commit comments

Comments
 (0)