Skip to content

Commit dad37d8

Browse files
author
ttasc
committed
fix deploy.yml: move scripts to scripts folder
1 parent 8e694ee commit dad37d8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
paths:
88
- 'games.list'
99
- 'template.html'
10-
- 'web.sh'
11-
- 'readme.sh'
10+
- 'scripts/web.sh'
11+
- 'scripts/readme.sh'
1212
- 'Makefile'
1313
schedule:
1414
- cron: '0 0 * * 0' # automatic run at 00:00 every Sunday
@@ -29,8 +29,8 @@ jobs:
2929

3030
- name: Grant execute permission for scripts
3131
run: |
32-
chmod +x web.sh
33-
chmod +x readme.sh
32+
chmod +x scripts/web.sh
33+
chmod +x scripts/readme.sh
3434
3535
- name: Make readme
3636
run: make readme

0 commit comments

Comments
 (0)