1
0
Fork 0

Merge pull request #843 from yarda/deploy-pages-nodejs-24

gh-pages: update deploy-pages to node.js 24
This commit is contained in:
Jaroslav Škarvada 2026-03-25 21:54:05 +01:00 committed by GitHub
commit 9b45a89cc7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -49,4 +49,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v5

View file

@ -48,7 +48,7 @@ class commands:
# convert dictionary 'd' to flat list and return it
# it uses sort on the dictionary items to return consistent results
# for directories with different inserte/delete history
# for directories with different insert/delete history
def dict2list(self, d):
l = []
if d is not None: