Skip to content

Commit

Permalink
Merge branch 'master' of github.com:fiddleyowl/sustechthesis-mse
Browse files Browse the repository at this point in the history
  • Loading branch information
fiddleyowl committed Mar 5, 2024
2 parents d315d2b + 2c9b005 commit 184201c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- "*"
jobs:
build_latex:
if: github.repository == 'Iydon/sustechthesis'
if: github.repository == 'fiddleyowl/sustechthesis-mse'
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
Expand Down Expand Up @@ -38,7 +38,6 @@ jobs:
with:
root_file: |
main.tex
slides.tex
latexmk_use_xelatex: true

- name: Tree All project
Expand All @@ -52,7 +51,6 @@ jobs:
name: PDF_files
path: |
main.pdf
slides.pdf
- name: release
uses: "marvinpinto/action-automatic-releases@latest"
Expand All @@ -63,10 +61,9 @@ jobs:
title: "${{steps.branch_name.outputs.SOURCE_TAG}}"
files: |
./main.pdf
./slides.pdf
./fonts.zip
./sustechthesis.cls
- name: look files
run: |
tree
tree

0 comments on commit 184201c

Please sign in to comment.