Skip to content

Commit

Permalink
Try pushing to gh-pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Apr 24, 2024
1 parent eb96ef6 commit 19db56f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Build LaTeX document
on: [push]
jobs:
build_latex:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
Expand All @@ -15,3 +16,11 @@ jobs:
with:
name: PDF
path: main.pdf
- name: Setup deploy folder
run: |
mkdir ghpages
mv main.pdf ghpages/main.pdf
- name: Push PDF to ghpages
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ghpages

0 comments on commit 19db56f

Please sign in to comment.