Skip to content

Commit

Permalink
Restore runner
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansiepe committed Dec 8, 2019
1 parent da234b0 commit bafdaf4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/latex.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
name: Latex
on:
push:
branches:
- master
pull_request:
branches:
- master
on: [push]
jobs:
build_latex_create_release:
build_latex:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
Expand Down Expand Up @@ -35,4 +29,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
asset_path: ./document.pdf
asset_name: document.pdf
asset_content_type: application/pdf
asset_content_type: application/pdf

0 comments on commit bafdaf4

Please sign in to comment.