Merge pull request #843 from yarda/deploy-pages-nodejs-24
gh-pages: update deploy-pages to node.js 24
This commit is contained in:
commit
9b45a89cc7
2 changed files with 2 additions and 2 deletions
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
|
|
@ -49,4 +49,4 @@ jobs:
|
|||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v5
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue