diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml new file mode 100644 index 0000000..9e03082 --- /dev/null +++ b/.github/workflows/publish.yaml @@ -0,0 +1,22 @@ +name: Build LaTeX document + +on: [push] + +jobs: + build_latex: + runs-on: ubuntu-latest + steps: + - name: Set up Git repository + uses: actions/checkout@v2 + + - name: Compile LaTeX document + uses: xu-cheng/latex-action@v2 + with: + root_file: guide.tex + + - name: Deploy + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./ + exclude_assets: ".github,**/.gitignore,Makefile,*.aux,*.fdb_latexmk,*.fls,*.lof,*.log,*.lot,*.out,*.tex,*.toc" diff --git a/index.html b/index.html new file mode 100644 index 0000000..6532403 --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + + + + + + Playstation Emulation Guide PDF + + + + + + Playstation Emulation Guide PDF + + + \ No newline at end of file