File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
3535Script files referenced by this document are versioned independently:
You can’t perform that action at this time.
0 commit comments