We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcb8538 commit 363ec99Copy full SHA for 363ec99
.github/workflows/deploy-website.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Deploy website directory to website branch
26
run: |
27
git switch --orphan website-tmp
28
- git rm -rf .
+ git rm -rf . || true
29
cp -r website/* .
30
git add .
31
git commit -m "Deploy website directory"
0 commit comments