Skip to content

Commit

Permalink
Update latexrelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
T0nyX1ang committed May 2, 2020
1 parent 18e6b4a commit 2088e47
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/latexrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: LaTeX Release

on:
release:
types: [ edited ]
types: [ created ]

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -22,11 +22,6 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Run a multi-line script
run: |
echo ${{ github.sha }}
echo ${{ github.ref }}.

# Compile the LaTeX document with XeLaTeX
- name: Github Action for LaTeX
Expand Down

0 comments on commit 2088e47

Please sign in to comment.