-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates for ci;ignore;main.tex;ve.yml; CITEX (#5)
- Loading branch information
1 parent
1fa90d7
commit 7eed864
Showing
4 changed files
with
34 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ on: | |
push: | ||
branches: | ||
- main | ||
- 05-camera-ready | ||
- $ADD_ISSUENUMER_NAME | ||
|
||
jobs: | ||
|
@@ -35,7 +36,7 @@ jobs: | |
echo "$DEPLOY_KEY" > ~/.ssh/id_rsa | ||
chmod 600 ~/.ssh/id_rsa | ||
git config --global core.sshCommand "ssh -i ~/.ssh/id_rsa -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" | ||
git clone --depth=1 --branch pdfs [email protected]:xfetus/miua2022.git "$GITHUB_WORKSPACE/deploy" | ||
git clone --depth=1 --branch pdfs [email protected]:budai4medtech/miua2022.git "$GITHUB_WORKSPACE/deploy" | ||
cp -f abstract/latex/main.pdf "$GITHUB_WORKSPACE/deploy/miua2022-abstract.pdf" | ||
cd "$GITHUB_WORKSPACE/deploy" | ||
git add miua2022-abstract.pdf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters