Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9dc1aba064 | |||
| e49ee742cc |
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions"
|
git config user.name "gitea-actions"
|
||||||
git config user.email "actions@gitea.local"
|
git config user.email "actions@gitea.local"
|
||||||
git remote set-url origin "https://Domipoke:${{ secrets.PUSH_TOKEN }}@gitea.egregge.eg/Domipoke/SharedLaTeX.git"
|
git remote set-url origin "https://Domipoke:${{ secrets.PUSH_TOKEN }}@gitea.egregge.eg/Domipoke/LearnLaTeX.git"
|
||||||
|
|
||||||
BRANCH="${GITHUB_REF#refs/heads/}"
|
BRANCH="${GITHUB_REF#refs/heads/}"
|
||||||
echo "Pushing to branch: $BRANCH"
|
echo "Pushing to branch: $BRANCH"
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
git config user.name "gitea-actions"
|
git config user.name "gitea-actions"
|
||||||
git config user.email "actions@gitea.local"
|
git config user.email "actions@gitea.local"
|
||||||
git remote set-url origin "https://Domipoke:${{ secrets.PUSH_TOKEN }}@gitea.egregge.eg/Domipoke/SharedLaTeX.git"
|
git remote set-url origin "https://Domipoke:${{ secrets.PUSH_TOKEN }}@gitea.egregge.eg/Domipoke/LearnLaTeX.git"
|
||||||
|
|
||||||
BRANCH="${GITHUB_REF#refs/heads/}"
|
BRANCH="${GITHUB_REF#refs/heads/}"
|
||||||
echo "Pushing to branch: $BRANCH"
|
echo "Pushing to branch: $BRANCH"
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
\documentclass{scrbook}
|
\documentclass{scrbook}
|
||||||
%
|
% 2
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\input{./book/copertina.tex}
|
\input{./book/copertina.tex}
|
||||||
\input{./book/00_premessa.tex}
|
\input{./book/00_premessa.tex}
|
||||||
|
|||||||
+1
-1
@@ -8,7 +8,7 @@
|
|||||||
ItalicFont = *-Italic,
|
ItalicFont = *-Italic,
|
||||||
BoldItalicFont = *-BoldItalic
|
BoldItalicFont = *-BoldItalic
|
||||||
]
|
]
|
||||||
%
|
% 2
|
||||||
\begin{document}
|
\begin{document}
|
||||||
\input{./book/copertina.tex}
|
\input{./book/copertina.tex}
|
||||||
\input{./book/00_premessa.tex}
|
\input{./book/00_premessa.tex}
|
||||||
|
|||||||
Reference in New Issue
Block a user