From b5db4437ba15d1ca8f1f9586e87ee5f137477b55 Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Wed, 5 Jun 2024 21:07:49 +0200 Subject: [PATCH] UPD readme, runner demo --- .gitea/workflows/demo.yaml | 19 +++++++++++++++++++ README.md | 7 +++---- 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 .gitea/workflows/demo.yaml diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml new file mode 100644 index 0000000..394c807 --- /dev/null +++ b/.gitea/workflows/demo.yaml @@ -0,0 +1,19 @@ +name: Gitea Actions Demo +run-name: ${{ gitea.actor }} is testing out Gitea Actions πŸš€ +on: [push] + +jobs: + Explore-Gitea-Actions: + runs-on: ubuntu-latest + steps: + - run: echo "πŸŽ‰ The job was automatically triggered by a ${{ gitea.event_name }} event." + - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" + - run: echo "πŸ”Ž The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - name: Check out repository code + uses: actions/checkout@v4 + - run: echo "πŸ’‘ The ${{ gitea.repository }} repository has been cloned to the runner." + - run: echo "πŸ–₯️ The workflow is now ready to test your code on the runner." + - name: List files in the repository + run: | + ls ${{ gitea.workspace }} + - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file diff --git a/README.md b/README.md index 0beca9d..f05aec2 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,14 @@ The package used defines a macro \Kalender, which takes one argument, and genera The calendar provides a table of conversion of days to day of week, for the whole year plus December of the previous year and January of the following year. +We show here the possibility of changing the names of the months to the Austrian variant. These are the local words JΓ€nner instead of January and Feber instead of February. + The macros use packages calc and ifthen. -![The Kalender](img/kalender2025-1.png){:height="36px" width="36px"} - -# Kalendererstellung in Latex +![The Kalender](img/kalender2025-1.png) ## Important The repository uses git's lfs, large file system, to store pdf files. If you want to work on the project and commit with git, you must first install **git-lfs**. Afterwards, you can clone this repository. -