mirror of
https://github.com/kou029w/jest-hands-on.git
synced 2025-01-31 14:07:58 +00:00
fixed "tar: unrecognized option: hard-dereference"
This commit is contained in:
parent
d0c463667a
commit
f9451ff736
1 changed files with 1 additions and 1 deletions
2
.github/workflows/github-pages.yml
vendored
2
.github/workflows/github-pages.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Build
|
||||
run: |
|
||||
apk add mdbook
|
||||
apk add mdbook tar
|
||||
mdbook build
|
||||
- uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue