gh-pages: update configure-pages to node.js 24
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
a861fdb899
commit
373e27a05a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
cp doc/manual/index.html _site/docs/manual.html
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@v5
|
||||
uses: actions/configure-pages@v6
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue