UPD readme, runner demo
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

Dieser Commit ist enthalten in:
2024-06-05 21:07:49 +02:00
Ursprung 70476ba5d5
Commit b5db4437ba
2 geänderte Dateien mit 22 neuen und 4 gelöschten Zeilen
+19
Datei anzeigen
@@ -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 }}."
+3 -4
Datei anzeigen
@@ -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.