Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
NJUThesis
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Danson Liao
NJUThesis
Commits
8f7c0c35
Unverified
Commit
8f7c0c35
authored
3 years ago
by
Wen Sun
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove doc/ in ctan zip
parent
565f4649
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/build.yml
+5
-8
5 additions, 8 deletions
.github/workflows/build.yml
with
5 additions
and
8 deletions
.github/workflows/build.yml
+
5
−
8
View file @
8f7c0c35
...
...
@@ -20,11 +20,9 @@ jobs:
-
name
:
Compile to PDF
uses
:
HermitSun/latex-action@v3
with
:
root_file
:
njuthesis
-sample.te
x
root_file
:
njuthesis
.dt
x
latexmk_use_${{ matrix.latex }}
:
true
args
:
'
-bibtex'
# 与后面保持一致,因为大量的内容依赖于`njuthesis.pdf`这个名称
post_compile
:
'
mv
njuthesis-sample.pdf
njuthesis.pdf'
-
name
:
Upload PDF
uses
:
actions/upload-artifact@v2
...
...
@@ -51,13 +49,12 @@ jobs:
-
name
:
Zip CTAN Source
run
:
|
mkdir -p njuthesis/doc/example
cp -r chapters njuthesis.tex njuthesis.bib Makefile njuthesis/doc/example
cp njuthesis.pdf njuthesis/doc
mkdir -p njuthesis/
cp njuthesis.pdf njuthesis/njuthesis.pdf
cp README.md njuthesis/README_ZH_CN.md
cp README_EN.md njuthesis/README.md
cp -r figure LICENSE njuthesis.dtx njuthesis
zip -r njuthesis_ctan.zip njuthesis
cp -r figure
/
LICENSE njuthesis.dtx njuthesis
/
zip -r njuthesis_ctan.zip njuthesis
/
-
uses
:
"
marvinpinto/action-automatic-releases@latest"
with
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment