Skip to content

Commit

Permalink
chore(docs): fix paths (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Oct 2, 2024
1 parent 78c8bed commit 1b087b2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ docs:
$(MAKE) -C $(FALCLIENTDIR) docs
rm -rf docs
mkdir -p docs/_build/html
mkdir -p docs/_build/html/fal_sdk
mkdir -p docs/_build/html/fal_client
cp -a $(FALDIR)/docs/_build/html docs/_build/html/fal_sdk
cp -a $(FALCLIENTDIR)/docs/_build/html docs/_build/html/fal_client
cp -a $(FALDIR)/docs/_build/html docs/_build/html/sdk
cp -a $(FALCLIENTDIR)/docs/_build/html docs/_build/html/client

0 comments on commit 1b087b2

Please sign in to comment.