forked from DGNum/colmena
.github: Fix wrong output in copy
This commit is contained in:
parent
052c6795f2
commit
5c96044ffa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/manual.yml
vendored
2
.github/workflows/manual.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
|
||||
# Ugly hack so it has permission to delete the worktree afterwards
|
||||
- name: Copy redirect farm
|
||||
run: cp --no-preserve=mode -r out/ redirect-farm/
|
||||
run: cp --no-preserve=mode -r out-redirectFarm/ redirect-farm/
|
||||
|
||||
- name: Deploy redirect farm
|
||||
uses: JamesIves/github-pages-deploy-action@4.1.5
|
||||
|
|
Loading…
Reference in a new issue