Skip to content

Commit

Permalink
exercises: Moved the exercises back to the main exercise folder as th…
Browse files Browse the repository at this point in the history
…e submissions will become a seperate main folder
  • Loading branch information
dominik-probst committed Apr 9, 2024
1 parent 7bf5920 commit 8921e04
Show file tree
Hide file tree
Showing 24 changed files with 12 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/push-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
lecture/output/*.log
retention-days: 90

build_in_person_exercise:
name: Build the in-person exercise archives
build_exercise:
name: Build the exercise archives
runs-on: ubuntu-latest
needs: [pre_commit_validation]
if: contains(needs.*.result, 'success')
Expand All @@ -88,15 +88,15 @@ jobs:
apk add --no-cache python3 python3-dev py3-pip nodejs npm
python3 -m venv venv
source venv/bin/activate
pip3 install -r exercise/in-person/requirements.txt
cd exercise/in-person
pip3 install -r exercise/requirements.txt
cd exercise
make all
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: In-Person Exercises
name: Exercise Archives
path: |
exercise/in-person/output/*.zip
exercise/output/*.zip
retention-days: 90
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions exercise/in-person/i6common.sty → exercise/i6common.sty
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
% This file adds packages and configuration options used
% in several exercises.
% Do not use it for packages which are specific to your course!
%
%
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{i6common}[2014/04/16 Packages and configuration usefull for practice sheets across courses]

Expand All @@ -20,4 +20,3 @@
citecolor = {green!40!black},
urlcolor = {green!40!black}
}

10 changes: 5 additions & 5 deletions exercise/in-person/i6exc.sty → exercise/i6exc.sty
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
\newcommand{\SemesterShort}{WS \the\year/\theNextYear}
\newcommand{\SemesterLong}{\WinterSem~\the\year/\theNextYear}
\else
\newcommand{\SemesterShort}{SS \the\year}
\newcommand{\SemesterShort}{SS \the\year}
\newcommand{\SemesterLong}{\SummerSem~\the\year}
\fi
\fi
Expand All @@ -64,9 +64,9 @@
%
% "The problem is in how comments.sty writes out files; when you input à, it is interpreted during a \write and it becomes the character corresponding to à in the T1 encoding.
% Solution: modify \ThisComment to write out uninterpreted commands."
% This effects only comment.sty version >= 3.7. ThisComment is not defined in older versions.
% This effects only comment.sty version >= 3.7. ThisComment is not defined in older versions.
%
\ifdefined\ThisComment
\ifdefined\ThisComment
\renewcommand\ThisComment[1]{%
\immediate\write\CommentStream{\unexpanded{#1}}%
}
Expand Down Expand Up @@ -99,12 +99,12 @@
\color{solutioncolor}%
\setkomafont{footnoterule}{\color{solutioncolor}}%
\setkomafont{footnote}{\color{solutioncolor}}

\begin{minipage}{\textwidth}%

}
{\end{minipage}

\endgroup}
}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8921e04

Please sign in to comment.