|
@@ -1,8 +1,8 @@
|
1
|
|
-# SPDX-FileCopyrightText: 2024 Thomas Buck <thomas@xythobuz.de>
|
|
1
|
+# SPDX-FileCopyrightText: 2024 - 2025 Thomas Buck <thomas@xythobuz.de>
|
2
|
2
|
# SPDX-License-Identifier: CERN-OHL-S-2.0+
|
3
|
3
|
#
|
4
|
4
|
# ------------------------------------------------------------------------------
|
5
|
|
-# | Copyright (c) 2024 Thomas Buck <thomas@xythobuz.de> |
|
|
5
|
+# | Copyright (c) 2024 - 2025 Thomas Buck <thomas@xythobuz.de> |
|
6
|
6
|
# | |
|
7
|
7
|
# | This source describes Open Hardware and is licensed under the CERN-OHL-S v2 |
|
8
|
8
|
# | or any later version. |
|
|
@@ -71,10 +71,10 @@ jobs:
|
71
|
71
|
uses: actions/configure-pages@v2
|
72
|
72
|
|
73
|
73
|
- name: Upload artifact
|
74
|
|
- uses: actions/upload-pages-artifact@v1
|
|
74
|
+ uses: actions/upload-pages-artifact@v3
|
75
|
75
|
with:
|
76
|
76
|
path: 'docs/book'
|
77
|
77
|
|
78
|
78
|
- name: Deploy to GitHub Pages
|
79
|
79
|
id: deployment
|
80
|
|
- uses: actions/deploy-pages@v1
|
|
80
|
+ uses: actions/deploy-pages@v4
|