mirror of
https://github.moeyy.xyz/https://github.com/TheAlgorithms/C.git
synced 2023-10-11 15:56:24 +08:00
dont clean after checkout
This commit is contained in:
parent
9275b6a97e
commit
fb2ab2be33
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: actions/checkout@master
|
||||
with:
|
||||
ref: "gh-pages"
|
||||
clean: true
|
||||
clean: false
|
||||
# - name: cleanup
|
||||
# run: ls -lah && rm -r !("build")
|
||||
- name: commit
|
||||
|
Loading…
Reference in New Issue
Block a user