Compare commits
1 Commits
renovate/a
...
main
Author | SHA1 | Date | |
---|---|---|---|
39c620de2a |
4
.github/workflows/pages.yml
vendored
4
.github/workflows/pages.yml
vendored
@@ -29,11 +29,11 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Pages
|
||||
uses: actions/configure-pages@v5
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v4
|
||||
with:
|
||||
# Upload entire repository
|
||||
path: '.'
|
||||
|
Reference in New Issue
Block a user