meta: Fix lastmod date error in GitHub Actions
This commit is contained in:
parent
b6232c6c49
commit
fa8cf1f9cd
2 changed files with 3 additions and 18 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -25,6 +25,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@main
|
||||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Setup Pages
|
||||
id: pages
|
||||
uses: actions/configure-pages@main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue