Skip to content

Commit a69e1cc

Browse files
Fixed date and change history
1 parent 90ef675 commit a69e1cc

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/generate-whitepaper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Get the current date
2323
id: get_date
24-
run: echo "date=$(date '+%B %e, %Y')" > $GITHUB_OUTPUT
24+
run: echo "date=$(TZ=':Europe/Prague' date '+%B %e, %Y')" > $GITHUB_OUTPUT
2525

2626
- name: Generate the whitepaper using Pandoc
2727
uses: docker://pandoc/extra:3.6.0

ADDS/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ keywords:
2323

2424
## Change History {.unnumbered}
2525

26-
| Date | Version | Author | Description |
27-
|------------|--------:|----------------------------|-----------------|
28-
| 2024-05-23 | 0.8 | P. Formanek, M. Grafnetter | Public draft. |
26+
| Date | Version | Author | Description |
27+
|------------|--------:|----------------------------|-----------------------------------------------------------------------------|
28+
| 2024-05-23 | 0.8 | P. Formanek, M. Grafnetter | Public draft. |
2929
| 2024-08-27 | 0.9 | M. Grafnetter | Support for more server roles and [external scripts](#customrulefilenames). |
30-
| 2024-11-20 | 1.0 | M. Grafnetter | Document ready for review. |
31-
| 2024-11-23 | 1.1 | P. Formanek, M. Grafnetter | Fixed some typos. |
32-
| 2024-12-31 | 1.2 | M. Grafnetter | Added the [RestrictADWS](#restrictadws) parameter. |
30+
| 2024-11-20 | 1.0 | M. Grafnetter | Document ready for review. |
31+
| 2024-11-23 | 1.1 | P. Formanek, M. Grafnetter | Fixed some typos. |
32+
| 2024-12-31 | 1.2 | M. Grafnetter | Added the [RestrictADWS](#restrictadws) parameter. |
3333
| 2025-01-11 | 1.3 | M. Grafnetter | Improved [helper scripts](#dcfwtool-distribution-contents). Added the [Port Scanning](#port-scanning) and expanded the [System Reboots](#system-reboots) sections. |
3434

3535
Script files referenced by this document are versioned independently:

0 commit comments

Comments
 (0)