UPD readme, runner demo
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
This commit is contained in:
parent
70476ba5d5
commit
b5db4437ba
19
.gitea/workflows/demo.yaml
Normal file
19
.gitea/workflows/demo.yaml
Normal file
@ -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 }}."
|
@ -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
|
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.
|
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 macros use packages calc and ifthen.
|
||||||
|
|
||||||
![The Kalender](img/kalender2025-1.png){:height="36px" width="36px"}
|
![The Kalender](img/kalender2025-1.png)
|
||||||
|
|
||||||
# Kalendererstellung in Latex
|
|
||||||
|
|
||||||
## Important
|
## Important
|
||||||
|
|
||||||
The repository uses git's lfs, large file system, to store pdf files.
|
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**.
|
If you want to work on the project and commit with git, you must first install **git-lfs**.
|
||||||
Afterwards, you can clone this repository.
|
Afterwards, you can clone this repository.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user