Skip to content

Commit

Permalink
ci: add workaround before merging deployment PR
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Focko <[email protected]>
  • Loading branch information
mfocko committed Jul 15, 2023
1 parent 8ac504c commit 8b0b4eb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
import:
([[ -d .deployment-docs ]] && rm -rf .deployment-docs deployment) || true
git clone https://github.com/packit/deployment.git .deployment-docs

# temporary workaround to fix the build
git clone https://github.com/mfocko/deployment.git .deployment-docs
(cd .deployment-docs && git checkout docusaurus)

mv .deployment-docs/docs/deployment deployment

# ([[ -d research-docs ]] && rm -rf research-docs content/research-docs) || true
Expand Down

0 comments on commit 8b0b4eb

Please sign in to comment.