Skip to content

Commit b16a1e5

Browse files
authored
modified
1 parent b1c7b4c commit b16a1e5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build-website.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,17 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
steps:
12+
- name: Checkout code
13+
uses: actions/checkout@v4
1114

15+
- name: List all files
16+
run: ls -R
17+
18+
- name: Run Python Script
19+
run: |
20+
cd src # Change "src" if your script is in another directory
21+
python script.python
1222
steps:
1323
- name: Call Deploy Hook
1424
run: curl -X POST ${{ secrets.WEBSITE_DEPLOY_HOOK_URL }}

0 commit comments

Comments
 (0)