Skip to content

Commit 2778efe

Browse files
authored
Update update.yml
for shellcheck to pass
1 parent 748a194 commit 2778efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: sudo apt-get install -y gettext
2222
- run: pip install -r requirements.txt
2323
- run: uv run generate.py # generates index.html and index.json
24-
- run: mkdir -p build && cp index.* style.css *.html build
24+
- run: mkdir -p build && cp index.* style.css ./*.html build
2525
- name: Deploy 🚀
2626
if: github.event_name != 'pull_request'
2727
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)