Skip to content

Commit

Permalink
test mv
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Feb 4, 2024
1 parent a235683 commit fab2094
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
good-strategy-bad-strategy/good-strategy-bad-strategy.tex
work_in_root_file_dir: true
- name: Move PDFs
run: mv **/*.pdf dist
shell: bash
run: |
mv **/*.pdf dist
- name: Move index page
run: cp README.md dist/index.md
- name: Deploy
Expand Down

0 comments on commit fab2094

Please sign in to comment.