Skip to content

Commit

Permalink
test: deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Feb 4, 2024
1 parent c77068d commit 9e5ac02
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
root_file: |
good-strategy-bad-strategy/good-strategy-bad-strategy.tex
work_in_root_file_dir: true
- name: Move PDFs
run: mv ./*.pdf dist
run: mv **/*.pdf dist
shell: bash
- name: Move index page
run: cp README.md dist/index.md
- name: Deploy
Expand Down

0 comments on commit 9e5ac02

Please sign in to comment.